aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2017-06-05 08:43:20 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2017-06-05 08:43:20 -0400
commita967103553bd7d19a6a426be4627d0645b7da69e (patch)
tree508485b399a3b1f5b754cb94f3b48d326c3bfdc2 /doc/gawktexi.in
parent1963e23d0a9b13974f2e5a77fdea03d50dc9c654 (diff)
downloadegawk-a967103553bd7d19a6a426be4627d0645b7da69e.tar.gz
egawk-a967103553bd7d19a6a426be4627d0645b7da69e.tar.bz2
egawk-a967103553bd7d19a6a426be4627d0645b7da69e.zip
Fix typo in checking for MPFR section.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
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: