aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-04 08:29:20 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-04 08:29:20 +0200
commitef068f4b9c00e44960ce8bf3c8c43eb7ea9869ed (patch)
tree43f985d730fd138ba50d00a6c6ec8a729480f1a7 /doc/gawktexi.in
parent910b170acb876523a1d7cfcfbaca476fd3d66719 (diff)
parent04601220d136004d188b392945a475cedcaacb03 (diff)
downloadegawk-ef068f4b9c00e44960ce8bf3c8c43eb7ea9869ed.tar.gz
egawk-ef068f4b9c00e44960ce8bf3c8c43eb7ea9869ed.tar.bz2
egawk-ef068f4b9c00e44960ce8bf3c8c43eb7ea9869ed.zip
Merge branch 'master' into feature/cmake
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) @}'}