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/gawktexi.in | |
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/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index febe2c80..dd06a90b 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -31971,12 +31971,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}. |