Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2022 12:34:38 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 7ce7a36db02f - stable/13 - fsck(8): Fix typo
Message-ID:  <202201151234.20FCYcl5068021@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by lwhsu:

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

commit 7ce7a36db02fe8f4ab105bbc81a833f3dd2ab6ba
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-01-12 05:52:23 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-01-15 12:34:18 +0000

    fsck(8): Fix typo
    
    PR:             260949
    Reported by:    Graham Perrin <grahamperrin@gmail.com>
    MFC after:      3 days
    
    (cherry picked from commit 6853ef66f16ae8cb3e1d622c613b88948d15efed)
---
 sbin/fsck/fsck.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201151234.20FCYcl5068021>