aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2022-01-12 05:52:23 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-01-15 12:34:18 +0000
commit7ce7a36db02fe8f4ab105bbc81a833f3dd2ab6ba (patch)
tree550669dd0ceffdb65da91a910d11051ce29b2e1f
parente01bceba24a4a90ce1e1385893d9f529df827520 (diff)
downloadsrc-7ce7a36db02fe8f4ab105bbc81a833f3dd2ab6ba.tar.gz
src-7ce7a36db02fe8f4ab105bbc81a833f3dd2ab6ba.zip
fsck(8): Fix typo
PR: 260949 Reported by: Graham Perrin <grahamperrin@gmail.com> MFC after: 3 days (cherry picked from commit 6853ef66f16ae8cb3e1d622c613b88948d15efed)
-rw-r--r--sbin/fsck/fsck.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8
index 998f3d2fc4f4..5ec0c02bbbfd 100644
--- a/sbin/fsck/fsck.8
+++ b/sbin/fsck/fsck.8
@@ -118,7 +118,7 @@ or
flags are not specified,
.Nm
will attempt to determine the file system type and call the
-appropriated file system check utility.
+appropriate file system check utility.
Failure to detect the file system type will cause
.Nm
to fail with a message that the partition has an unknown file system type.