aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-06-06 08:27:10 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-06-06 08:27:10 +0300
commitf4b51ea2cf4d83f13a5bfb7b834d943fd3e09647 (patch)
treeaae3e5b3a17498b856848aa364e784300c60af88 /doc/gawk.texi
parentdd0ccae4e7dded481ecf7faa3ec522b857859442 (diff)
parentd5e40fc211797a272d26ce416a6d1197757cd5fd (diff)
downloadegawk-f4b51ea2cf4d83f13a5bfb7b834d943fd3e09647.tar.gz
egawk-f4b51ea2cf4d83f13a5bfb7b834d943fd3e09647.tar.bz2
egawk-f4b51ea2cf4d83f13a5bfb7b834d943fd3e09647.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index c344acfb..46ef2716 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -32135,7 +32135,7 @@ word sizes. See
@cindex MPFR, checking availability of
@cindex checking for MPFR
Occasionally, you might like to be able to check if @command{gawk}
-was invoked with the @option{-M} option, enabling aribtrary-precision
+was invoked with the @option{-M} option, enabling arbitrary-precision
arithmetic. You can do so with the following function, contributed
by Andrew Schorr: