summaryrefslogtreecommitdiff
path: root/mpfr.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-17 20:49:38 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-17 20:49:38 +0300
commit9c8cdd3abac000ccb8f98545c6afb06d9211deda (patch)
treeb1f4eeb5761492e031db47b100239e8dcdc020f8 /mpfr.c
parent4e11acf5f6be5c228aa2728e51cb9f17874a599d (diff)
downloadgawk-9c8cdd3abac000ccb8f98545c6afb06d9211deda.tar.gz
Typo fix in do_compl_mpfr().
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 5ac6077b..abd9ca62 100644
--- a/mpfr.c
+++ b/mpfr.c
@@ -819,7 +819,7 @@ do_mpfr_compl(int nargs)
zptr = tmp->mpg_i;
if (mpz_sgn(zptr) < 0)
fatal("%s",
- mpg_fmt(_("compl(%Zd): negative values is not allowed"), zptr)
+ mpg_fmt(_("compl(%Zd): negative values are not allowed"), zptr)
);
}