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