summaryrefslogtreecommitdiff
path: root/tests/tgmpop.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-04-07 13:43:13 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-04-07 13:43:13 +0000
commitaab6696198475b5b6575a01aab71eec62c00cf4c (patch)
tree141d1efca1f337d2e869964fa1f391b82a368fb3 /tests/tgmpop.c
parentf8ae17cbc32e8d9f1173bf1526b2003455d5f0c0 (diff)
downloadmpfr-aab6696198475b5b6575a01aab71eec62c00cf4c.tar.gz
[tests] Fixed typo in error messages.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10251 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tgmpop.c')
-rw-r--r--tests/tgmpop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tgmpop.c b/tests/tgmpop.c
index e554df67e..6284a1a0a 100644
--- a/tests/tgmpop.c
+++ b/tests/tgmpop.c
@@ -1209,7 +1209,7 @@ coverage_mpfr_mul_q_20110218 (void)
mpfr_print_binary (cmp);
printf (" got ");
mpfr_print_binary (res);
- printf ("\n trinary value is %d\n", status);
+ printf ("\n ternary value is %d\n", status);
exit (1);
}