diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 2 |
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 |