diff options
Diffstat (limited to 'misc/tst-efgcvt-template.c')
-rw-r--r-- | misc/tst-efgcvt-template.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tst-efgcvt-template.c b/misc/tst-efgcvt-template.c index 87e3ebe..cc1a226 100644 --- a/misc/tst-efgcvt-template.c +++ b/misc/tst-efgcvt-template.c @@ -208,13 +208,13 @@ special (void) res = ECVT_R (123.456, 10, &decpt, &sign, buf, 1); if (res == 0) { - printf (NAME (ECVT_R) " with a too small buffer was succesful.\n"); + printf (NAME (ECVT_R) " with a too small buffer was successful.\n"); support_record_failure (); } res = FCVT_R (123.456, 10, &decpt, &sign, buf, 1); if (res == 0) { - printf (NAME (FCVT_R) " with a too small buffer was succesful.\n"); + printf (NAME (FCVT_R) " with a too small buffer was successful.\n"); support_record_failure (); } } |