diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-18 14:34:03 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-18 14:34:03 +0300 |
commit | b723f14ac83c52de73771a97b0b84d97cc640fd0 (patch) | |
tree | 42cc7ef50ec15f99d1d0b2f8c573a318cf599c30 /mpfr.c | |
parent | 28462b12ebc714843113ba497b7951d010b52485 (diff) | |
parent | d9ca11d809e13dfab2c41ef51eb5007c05bb3987 (diff) | |
download | egawk-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.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) ); } |