diff options
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); |