aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
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/gawk.texi
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/gawk.texi')
-rw-r--r--doc/gawk.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 3c31cef5..9015d5f4 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -19516,7 +19516,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) @}'}
@@ -19578,7 +19578,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) @}'}