aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in4
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}.