aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-04 08:28:41 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-04 08:28:41 +0200
commit04601220d136004d188b392945a475cedcaacb03 (patch)
tree678ceb8da51c7aa37cfd51fc05159e9043bda93b /doc/gawktexi.in
parent78f928be279fa3c66cdc430b9523a0773eb8a40c (diff)
downloadegawk-04601220d136004d188b392945a475cedcaacb03.tar.gz
egawk-04601220d136004d188b392945a475cedcaacb03.tar.bz2
egawk-04601220d136004d188b392945a475cedcaacb03.zip
Fix spelling error in doc, update wordlist.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 14a1748c..3e33d75d 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -18623,7 +18623,7 @@ are reduced to fit within the range.}
However, when using arbitrary precision arithmetic with the @option{-M}
option (@pxref{Arbitrary Precision Arithmetic}), the results may differ.
-This is particularly noticable with the @code{compl()} function:
+This is particularly noticeable with the @code{compl()} function:
@example
$ @kbd{gawk 'BEGIN @{ print compl(42) @}'}