aboutsummaryrefslogtreecommitdiffstats
path: root/mpfr.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-18 14:34:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-18 14:34:03 +0300
commitb723f14ac83c52de73771a97b0b84d97cc640fd0 (patch)
tree42cc7ef50ec15f99d1d0b2f8c573a318cf599c30 /mpfr.c
parent28462b12ebc714843113ba497b7951d010b52485 (diff)
parentd9ca11d809e13dfab2c41ef51eb5007c05bb3987 (diff)
downloadegawk-b723f14ac83c52de73771a97b0b84d97cc640fd0.tar.gz
egawk-b723f14ac83c52de73771a97b0b84d97cc640fd0.tar.bz2
egawk-b723f14ac83c52de73771a97b0b84d97cc640fd0.zip
Merge branch 'master' into feature/fix-comments
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)
);
}