git: a2ee3070d80c - main - awk(1): Fix typo

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Sun, 17 Dec 2023 10:43:29 UTC
The branch main has been updated by lwhsu:

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

commit a2ee3070d80ce06eefe3682f453605422cfbf5b6
Author:     Yu-Hsun Chen <ss109062134@gapp.nthu.edu.tw>
AuthorDate: 2023-12-13 08:40:08 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-12-17 10:40:29 +0000

    awk(1): Fix typo
    
    This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.
    
    MFC after:      3 days
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/928
---
 usr.bin/awk/awk.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1
index 34fba1dce57e..65c91738966b 100644
--- a/usr.bin/awk/awk.1
+++ b/usr.bin/awk/awk.1
@@ -811,7 +811,7 @@ to it.
 The scope rules for variables in functions are a botch;
 the syntax is worse.
 .Sh DEPRECATED BEHAVIOR
-One True Awk has accpeted
+One True Awk has accepted
 .Fl F Ar t
 to mean the same as
 .Fl F Ar <TAB>