diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/IceGrid/allocate/Client.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/IceGrid/sessionActivation/Client.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/IceGrid/allocate/Client.cpp b/cpp/demo/IceGrid/allocate/Client.cpp index 4081b26bff3..9048fa07f4c 100644 --- a/cpp/demo/IceGrid/allocate/Client.cpp +++ b/cpp/demo/IceGrid/allocate/Client.cpp @@ -113,7 +113,7 @@ HelloClient::run(int argc, char* argv[]) IceGrid::RegistryPrx::checkedCast(communicator()->stringToProxy("DemoIceGrid/Registry")); if(!registry) { - cerr << argv[0] << ": cound not contact registry" << endl; + cerr << argv[0] << ": could not contact registry" << endl; return EXIT_FAILURE; } diff --git a/cpp/demo/IceGrid/sessionActivation/Client.cpp b/cpp/demo/IceGrid/sessionActivation/Client.cpp index 47e9671cdf8..07fb4c85d58 100644 --- a/cpp/demo/IceGrid/sessionActivation/Client.cpp +++ b/cpp/demo/IceGrid/sessionActivation/Client.cpp @@ -112,7 +112,7 @@ HelloClient::run(int argc, char* argv[]) IceGrid::RegistryPrx::checkedCast(communicator()->stringToProxy("DemoIceGrid/Registry")); if(!registry) { - cerr << argv[0] << ": cound not contact registry" << endl; + cerr << argv[0] << ": could not contact registry" << endl; return EXIT_FAILURE; } |