git: 65f42f894b1b - stable/14 - mac_do(4): fix typo

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Wed, 17 Sep 2025 19:38:17 UTC
The branch stable/14 has been updated by bapt:

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

commit 65f42f894b1b7541e43984c7b18c7fd6f05461ee
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-06-27 11:29:34 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-09-17 19:37:20 +0000

    mac_do(4): fix typo
    
    Reported by:    des
    
    (cherry picked from commit d0c8733997079a54828ad2222517427d9447dbaf)
---
 share/man/man4/mac_do.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/mac_do.4 b/share/man/man4/mac_do.4
index fb165dfe5a1a..4dcb54c89673 100644
--- a/share/man/man4/mac_do.4
+++ b/share/man/man4/mac_do.4
@@ -44,7 +44,7 @@ It supports per-jail configuration.
 .Pp
 Currently, the
 .Nm
-policy module only produces effects to processes spwaned from the
+policy module only produces effects to processes spawned from the
 .Pa /usr/bin/mdo
 executable, please see
 .Xr mdo 1