summaryrefslogtreecommitdiffstats
path: root/test/thread_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/thread_test.cpp')
-rw-r--r--test/thread_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/thread_test.cpp b/test/thread_test.cpp
index 176e544..84840de 100644
--- a/test/thread_test.cpp
+++ b/test/thread_test.cpp
@@ -31,7 +31,7 @@ main()
Waiter waiter(sem);
waiter.start();
- cout << "[Main] Signaling..." << endl;
+ cout << "[Main] Signalling..." << endl;
sem.post();
cout << "[Main] Waiting for waiter..." << endl;