summaryrefslogtreecommitdiff
path: root/DevGuideExamples/SmartProxies/MessengerServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DevGuideExamples/SmartProxies/MessengerServer.cpp')
-rw-r--r--DevGuideExamples/SmartProxies/MessengerServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevGuideExamples/SmartProxies/MessengerServer.cpp b/DevGuideExamples/SmartProxies/MessengerServer.cpp
index 5e0fc0b2cbb..580e8ae123f 100644
--- a/DevGuideExamples/SmartProxies/MessengerServer.cpp
+++ b/DevGuideExamples/SmartProxies/MessengerServer.cpp
@@ -29,7 +29,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;
}