]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/tst-efgcvt-template.c
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / misc / tst-efgcvt-template.c
index 87e3ebe4faaa18671dd74824486fdcae92c6009c..cc1a226237b84fd8ec323f4ef66ae0f66e97f656 100644 (file)
@@ -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 ();
     }
 }