summaryrefslogtreecommitdiff
path: root/DevGuideExamples/Multithreading/ThreadPool/MessengerServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DevGuideExamples/Multithreading/ThreadPool/MessengerServer.cpp')
-rw-r--r--DevGuideExamples/Multithreading/ThreadPool/MessengerServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevGuideExamples/Multithreading/ThreadPool/MessengerServer.cpp b/DevGuideExamples/Multithreading/ThreadPool/MessengerServer.cpp
index 2097b73a3a3..1bc86c5f497 100644
--- a/DevGuideExamples/Multithreading/ThreadPool/MessengerServer.cpp
+++ b/DevGuideExamples/Multithreading/ThreadPool/MessengerServer.cpp
@@ -31,7 +31,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}