aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-04 08:29:47 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-04 08:29:47 +0200
commit55e81e9ae7a16aa3beaadbcb565a4c5ff0b89b76 (patch)
tree8bb13872d704155b25bbb7cdbd4cc4c284a7afcc /doc/gawk.texi
parent74473a65e66f3bd6fc17f39fda8d1f230e134cf9 (diff)
parent04601220d136004d188b392945a475cedcaacb03 (diff)
downloadegawk-55e81e9ae7a16aa3beaadbcb565a4c5ff0b89b76.tar.gz
egawk-55e81e9ae7a16aa3beaadbcb565a4c5ff0b89b76.tar.bz2
egawk-55e81e9ae7a16aa3beaadbcb565a4c5ff0b89b76.zip
Merge branch 'master' into feature/nocopy
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) @}'}