diff options
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}. |