diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | mpfr.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -7,6 +7,10 @@ * gawkapi.h (api_minor_version): Increase to 1. + Unrelated: Fix a spelling error in a comment. + + * mpfr.c (force_mpnum): Fix a typo. + 2020-07-17 Arnold D. Robbins <arnold@skeeve.com> * gawkapi.h (gawk_api_minor_version): Increase, since the @@ -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; |