aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--mpfr.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index acf7151f..4ede6ac5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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;