git: ac384c6bfd1b - releng/13.1 - crypto(9): Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 15 Apr 2022 13:31:27 UTC
The branch releng/13.1 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=ac384c6bfd1b0a21b21492a2883e27f4c7809ad8

commit ac384c6bfd1b0a21b21492a2883e27f4c7809ad8
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:35:55 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-15 13:26:13 +0000

    crypto(9): Fix a typo in the manual page
    
    - s/faciliate/facilitate/
    
    Approved by:    re@ (gjb)
    
    (cherry picked from commit 8e8d2a722e82eaaaab7a63704285a23166775904)
---
 share/man/man9/crypto.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index 69fe3339a757..29337ee5b6e3 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -54,7 +54,7 @@ Device drivers are responsible for processing requests submitted by
 consumers.
 .Xr crypto_driver 9
 describes the interfaces drivers use to register with the framework,
-helper routines the framework provides to faciliate request processing,
+helper routines the framework provides to facilitate request processing,
 and the interfaces drivers are required to provide.
 .Ss Asymmetric-Key Mode
 Assymteric-key operations do not use sessions.