diff options
Diffstat (limited to 'mpfr.c')
-rw-r--r-- | mpfr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) ); } |