aboutsummaryrefslogtreecommitdiffstats
path: root/mpfr.c
diff options
context:
space:
mode:
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;