aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.info
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-02-28 20:39:03 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-02-28 20:39:03 +0200
commitd8a4a1e3a9096250a3938b60b90c593fe3f49fc2 (patch)
tree0ff98810a27617e50b9c00f8cf7c39ff05ddbb30 /doc/gawk.info
parentd5ee571f7fd7a99d4fb66894596a03a74d2ca488 (diff)
downloadegawk-d8a4a1e3a9096250a3938b60b90c593fe3f49fc2.tar.gz
egawk-d8a4a1e3a9096250a3938b60b90c593fe3f49fc2.tar.bz2
egawk-d8a4a1e3a9096250a3938b60b90c593fe3f49fc2.zip
Small doc updates.
Diffstat (limited to 'doc/gawk.info')
-rw-r--r--doc/gawk.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.info b/doc/gawk.info
index 1c24d47d..b8ab270e 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -14737,7 +14737,7 @@ evaluates the expressions but then just throws them away.
More importantly, such a call is confusing for whoever will next read
your program.(1) Function parameters generally are input items that
influence the computation performed by the function. Calling a function
-with more paramaters than it accepts gives the false impression that
+with more parameters than it accepts gives the false impression that
those values are important to the function, when in fact they are not.
Because this is such a bad practice, 'gawk' _unconditionally_ issues