aboutsummaryrefslogtreecommitdiffstats
path: root/mpfr.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-19 19:45:21 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-19 19:45:21 +0300
commit1d62718f4b4abaa030ff3b34723fc62c7c231f78 (patch)
tree593bffe93c8c4e6af6efc2c86420f6500f0542b6 /mpfr.c
parent654019bde25f87c7954641610298299a68d267e4 (diff)
parent44a30c40ecc28040f44944d2152919c643274ed4 (diff)
downloadegawk-1d62718f4b4abaa030ff3b34723fc62c7c231f78.tar.gz
egawk-1d62718f4b4abaa030ff3b34723fc62c7c231f78.tar.bz2
egawk-1d62718f4b4abaa030ff3b34723fc62c7c231f78.zip
Merge branch 'gawk-5.1-stable'
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;