about summary refs log tree commit diff
path: root/wcsmbs/tst-btowc.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/tst-btowc.c')
-rw-r--r--wcsmbs/tst-btowc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/tst-btowc.c b/wcsmbs/tst-btowc.c
index 836058256a..1485076ca4 100644
--- a/wcsmbs/tst-btowc.c
+++ b/wcsmbs/tst-btowc.c
@@ -48,7 +48,7 @@ fail_test (int c)
 
   if (wc != WEOF)
     {
-      printf ("%s: btowc('%c') succeded, returned L'\\x%x' instead of WEOF\n",
+      printf ("%s: btowc('%c') succeeded, returned L'\\x%x' instead of WEOF\n",
 	      current_locale, c, wc);
       return 1;
     }