aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gawktexi.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 0a205066..86cc2e07 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-05 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Checking for MPFR): Fix typo.
+
2017-05-30 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Document PROCINFO["argv"].
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 4cf6294d..17b98584 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -31149,7 +31149,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: