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