diff options
Diffstat (limited to 'test/thread_test.cpp')
-rw-r--r-- | test/thread_test.cpp | 2 |
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; |