git: 8e8d2a722e82 - main - crypto(9): Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 02 Apr 2022 12:36:18 UTC
The branch main has been updated by gbe (doc committer):

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

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

    crypto(9): Fix a typo in the manual page
    
    - s/faciliate/facilitate/
    
    MFC after:      3 days
---
 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 d78daa253945..1a0ead7caa2a 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -49,7 +49,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 Callbacks
 Since the consumers may not be associated with a process, drivers may