aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2017-06-05 08:45:26 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2017-06-05 08:45:26 -0400
commit97c642c3f2f44e0aaf1c5c945795c0728be4f735 (patch)
tree627090ebf3df64060f7d23bedede845ac88520f3
parent0eb07623dd13a31feb1ada1b3046e05349db00d9 (diff)
parenta967103553bd7d19a6a426be4627d0645b7da69e (diff)
downloadegawk-97c642c3f2f44e0aaf1c5c945795c0728be4f735.tar.gz
egawk-97c642c3f2f44e0aaf1c5c945795c0728be4f735.tar.bz2
egawk-97c642c3f2f44e0aaf1c5c945795c0728be4f735.zip
Merge branch 'master' into feature/api-mpfr
-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 c63d2ccd..0ec1cf74 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 ad4b3a8a..aee784f2 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -31157,7 +31157,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: