summaryrefslogtreecommitdiff
path: root/mpfr.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-19 19:44:31 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-19 19:44:31 +0300
commit44a30c40ecc28040f44944d2152919c643274ed4 (patch)
tree593bffe93c8c4e6af6efc2c86420f6500f0542b6 /mpfr.c
parent88afd391c936c4fb7a1ca4da3e05d43eeb1e66c5 (diff)
downloadgawk-44a30c40ecc28040f44944d2152919c643274ed4.tar.gz
Fix a typo in mpfr.c.
Diffstat (limited to 'mpfr.c')
-rw-r--r--mpfr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr.c b/mpfr.c
index 978fd683..f5cdd58e 100644
--- a/mpfr.c
+++ b/mpfr.c
@@ -296,7 +296,7 @@ force_mpnum(NODE *n, int do_nondec, int use_locale)
/*
* Maybe "+" or "-" was the field. mpg_strtoui
* won't check for that and set errno, so we have
- * to check manuall.
+ * to check manually.
*/
if (*cp1 == '\0') {
*cpend = save;