git: 4185d1f76a22 - main - diff(1): fix a typo

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 26 Dec 2023 17:48:23 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=4185d1f76a2272d433ece1c0a0cf7a76491a789c

commit 4185d1f76a2272d433ece1c0a0cf7a76491a789c
Author:     Pin-Yi Kuo <kuokuoyiyi@gapp.nthu.edu.tw>
AuthorDate: 2023-12-26 17:06:03 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-26 17:07:55 +0000

    diff(1): fix a typo
    
    On the manpage of diff(1), "when" is mistyped to "wen".
    
    Event: Advanced UNIX Programming Course (Fall'23) at NTHU.
    Signed-off-by: Pin-Yi Kuo <kuokuoyiyi@gapp.nthu.edu.tw>
    Reviewed by: imp, zlei
    Pull Request: https://github.com/freebsd/freebsd-src/pull/943
---
 usr.bin/diff/diff.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1
index 5c4e0cc172fe..10a349348cfd 100644
--- a/usr.bin/diff/diff.1
+++ b/usr.bin/diff/diff.1
@@ -440,7 +440,7 @@ lines from FILE2
 .It Fl -ignore-file-name-case
 ignore case when comparing file names
 .It Fl -no-ignore-file-name-case
-do not ignore case wen comparing file names (default)
+do not ignore case when comparing file names (default)
 .It Fl -normal
 default diff output
 .It Fl -speed-large-files