From dbd51aeb65717633a0f5cf509b58490d86d17524 Mon Sep 17 00:00:00 2001
From: PeterKietzmann <peter.kietzmann@haw-hamburg.de>
Date: Tue, 28 Jun 2016 16:14:00 +0200
Subject: [PATCH] tests/thread_exti: fix typo

---
 tests/thread_exit/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/thread_exit/main.c b/tests/thread_exit/main.c
index 10b4d56a8b..ed4b040bfd 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");
-- 
GitLab