git: 47ee352ffda9 - stable/14 - mount_nullfs(8): fix typo

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Thu, 14 Mar 2024 00:46:04 UTC
The branch stable/14 has been updated by kib:

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

commit 47ee352ffda9f5fbd872ea926e721b7b7cde936b
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-03-09 21:18:11 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-03-13 00:30:41 +0000

    mount_nullfs(8): fix typo
    
    (cherry picked from commit bdf1587a4973df2f012278b4e975da1cd8766f83)
---
 sbin/mount_nullfs/mount_nullfs.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8
index b4b862b6c979..68ff6beb8eaf 100644
--- a/sbin/mount_nullfs/mount_nullfs.8
+++ b/sbin/mount_nullfs/mount_nullfs.8
@@ -99,7 +99,7 @@ Some lower-layer file systems may force this option.
 Depending on the access pattern,
 this may result in increased lock contention.
 .It Cm cache
-Force enable metadate caching.
+Force enable metadata caching.
 .El
 .El
 .Pp