git: d1ab59795b89 - stable/13 - crypto(9): Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 09 Apr 2022 06:14:55 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit d1ab59795b89691a9aaf7851b6f3fee50d370b44
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:35:55 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:11:05 +0000

    crypto(9): Fix a typo in the manual page
    
    - s/faciliate/facilitate/
    
    (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.