summaryrefslogtreecommitdiff
path: root/orbsvcs/examples/RtEC/Kokyu/Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/examples/RtEC/Kokyu/Service.cpp')
-rw-r--r--orbsvcs/examples/RtEC/Kokyu/Service.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/orbsvcs/examples/RtEC/Kokyu/Service.cpp b/orbsvcs/examples/RtEC/Kokyu/Service.cpp
index 6ad6b434cb3..9faab51f969 100644
--- a/orbsvcs/examples/RtEC/Kokyu/Service.cpp
+++ b/orbsvcs/examples/RtEC/Kokyu/Service.cpp
@@ -21,7 +21,7 @@
#include "ace/OS_NS_strings.h"
#include "ace/Thread.h"
-ACE_RCSID(EC_Examples, Service, "$Id$")
+
namespace
{
@@ -460,7 +460,7 @@ int parse_args (int argc, ACE_TCHAR *argv[])
"-s <rms|muf>"),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}