diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-07-07 10:12:11 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-07-07 10:12:11 +0000 |
commit | 759b80b365e79b2bc17411f1a591c1a8c5465f10 (patch) | |
tree | be0d1cac3fe644d6e54e180401fd8d338b61bb7c /cpp/demo/IceGrid/allocate/Client.cpp | |
parent | 2005 to 2006 (diff) | |
download | ice-759b80b365e79b2bc17411f1a591c1a8c5465f10.tar.bz2 ice-759b80b365e79b2bc17411f1a591c1a8c5465f10.tar.xz ice-759b80b365e79b2bc17411f1a591c1a8c5465f10.zip |
Fixed typo in IceGrid demo clients ("cound" vs "could")
Diffstat (limited to 'cpp/demo/IceGrid/allocate/Client.cpp')
-rw-r--r-- | cpp/demo/IceGrid/allocate/Client.cpp | 2 |
1 files changed, 1 insertions, 1 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; } |