diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-07-12 22:34:13 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-07-12 22:34:13 +0000 |
commit | 58ed2f4f5d6bd518f70da71e9e66ac66ae344a80 (patch) | |
tree | d83776936c894bb1faf0218637a941c2aa5ed1a5 /cpp/src/Ice/Application.cpp | |
parent | Fixed comment (diff) | |
download | ice-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.cpp | 2 |
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); |