diff --git a/tests/thread_exit/main.c b/tests/thread_exit/main.c
index 10b4d56a8b32634fc2db1bb95a11ec11b40867da..ed4b040bfdfc854e69e0694e41a9f15df3042252 100644
--- a/tests/thread_exit/main.c
+++ b/tests/thread_exit/main.c
@@ -69,7 +69,7 @@ void *second_thread(void *arg)
              NULL,
              "nr4")
         ) == -1) {
-        puts("2nd: Error creating 4rd thread.");
+        puts("2nd: Error creating 4th thread.");
     }
 
     puts("2nd: exiting");
@@ -89,7 +89,7 @@ int main(void)
              NULL,
              "nr2")
         ) == -1) {
-        puts("main: Error creating 3rd thread.");
+        puts("main: Error creating 2nd thread.");
     }
 
     puts("main: exiting");