From 370b278565126a0abf3382ba10965e7a1090e7f8 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 9 Nov 2016 16:53:30 +0100 Subject: 39890: typo corrections in completion functions --- Completion/Unix/Command/_awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_awk') diff --git a/Completion/Unix/Command/_awk b/Completion/Unix/Command/_awk index cdae8c7c0..9050c2f7d 100644 --- a/Completion/Unix/Command/_awk +++ b/Completion/Unix/Command/_awk @@ -3,7 +3,7 @@ # For gawk ver.3 and 4, in addition to POSIX. # # gawk's options '-W ...' (such as '-W help') are not supported. -# gawk3 has some synomyms for long options (e.g., --compat is a synomym +# gawk3 has some synonyms for long options (e.g., --compat is a synonym # for --traditional). These are not supported either. # # 'gawk -f' will complete files in AWKPATH in addition to those in @@ -33,7 +33,7 @@ case $variant in {-e,--source}'[pass program text in arg]:program text:' '(1)'{-E+,--exec}'[like -f, but safer for CGI]:program file:->script' '(- : *)'{-h,--help}'[print usage message and exit]' - {-L-,--lint=-}'[warn about dubious or non-portable constructs]::flag:((fatal\:"treat warnings as fatal error" invalid\:"warn only about thigs that are actually invalid"))' + {-L-,--lint=-}'[warn about dubious or non-portable constructs]::flag:((fatal\:"treat warnings as fatal error" invalid\:"warn only about things that are actually invalid"))' {-n,--non-decimal-data}'[auto-detect octal/hexadecimal values in input]' {-N,--use-lc-numeric}"[force use of locale's decimal point character]" {-O,--optimize}'[enable optimization]' -- cgit 1.4.1