diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-13 06:20:47 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-13 06:20:47 +0200 |
commit | eb8d0c64228657bad4ef2e2fd732eeed937f3af1 (patch) | |
tree | 57ac1390cbb26ccddfa5d929eea67a85433749ca /doc/gawk.texi | |
parent | 0d33c5c273087061f390ad7b519a2cf63b8d786d (diff) | |
download | egawk-eb8d0c64228657bad4ef2e2fd732eeed937f3af1.tar.gz egawk-eb8d0c64228657bad4ef2e2fd732eeed937f3af1.tar.bz2 egawk-eb8d0c64228657bad4ef2e2fd732eeed937f3af1.zip |
More typo fixes and updates of the wordlist.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 6e4f5a3e..220dfb86 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -32957,12 +32957,12 @@ Set @code{min_required_args} to the minimum required. Set @code{max_expected_args} to zero and set @code{suppress_lint} to @code{awk_true}. -@item A minium number of arguments is required, a maximum number is expected +@item A minimum number of arguments is required, a maximum number is expected Set @code{min_required_args} to the minimum required. Set @code{max_expected_args} to the maximum expected. Set @code{suppress_lint} to @code{awk_false}. -@item A minum number of arguments is required, and no more than a maximum is allowed +@item A minimum number of arguments is required, and no more than a maximum is allowed Set @code{min_required_args} to the minimum required. Set @code{max_expected_args} to the maximum expected. Set @code{suppress_lint} to @code{awk_false}. |