summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Application.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2005-07-12 22:34:13 +0000
committerBernard Normier <bernard@zeroc.com>2005-07-12 22:34:13 +0000
commit58ed2f4f5d6bd518f70da71e9e66ac66ae344a80 (patch)
treed83776936c894bb1faf0218637a941c2aa5ed1a5 /cpp/src/Ice/Application.cpp
parentFixed comment (diff)
downloadice-58ed2f4f5d6bd518f70da71e9e66ac66ae344a80.tar.bz2
ice-58ed2f4f5d6bd518f70da71e9e66ac66ae344a80.tar.xz
ice-58ed2f4f5d6bd518f70da71e9e66ac66ae344a80.zip
Fixed comment
Diffstat (limited to 'cpp/src/Ice/Application.cpp')
-rw-r--r--cpp/src/Ice/Application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Application.cpp b/cpp/src/Ice/Application.cpp
index 402e904326d..77b88b1d4b3 100644
--- a/cpp/src/Ice/Application.cpp
+++ b/cpp/src/Ice/Application.cpp
@@ -180,7 +180,7 @@ Ice::Application::main(int argc, char* argv[], const char* configFile)
// Ignore signals for a little while.
//
//
- // Note that the ctrlCHanlder must be created BEFORE the communicator,
+ // Note that the _ctrlCHandler must be created BEFORE the communicator,
// since the communicator initialization may create threads.
//
_ctrlCHandler.reset(new IceUtil::CtrlCHandler);