summaryrefslogtreecommitdiff
path: root/DevGuideExamples/PortableInterceptors/SimpleCodec/MessengerServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DevGuideExamples/PortableInterceptors/SimpleCodec/MessengerServer.cpp')
-rw-r--r--DevGuideExamples/PortableInterceptors/SimpleCodec/MessengerServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevGuideExamples/PortableInterceptors/SimpleCodec/MessengerServer.cpp b/DevGuideExamples/PortableInterceptors/SimpleCodec/MessengerServer.cpp
index 56428bff073..86ab2829b18 100644
--- a/DevGuideExamples/PortableInterceptors/SimpleCodec/MessengerServer.cpp
+++ b/DevGuideExamples/PortableInterceptors/SimpleCodec/MessengerServer.cpp
@@ -34,7 +34,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;
}