diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-03-25 21:40:36 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-03-25 21:40:36 -0230 |
commit | 1c545098b8b97ce5680d9e4f2befdc9b6836a6ff (patch) | |
tree | fcce493cde009498447955a98cef106db308990c /cpp/demo/Ice/hello/Client.cpp | |
parent | Fixed bug 2919 & 2915 (diff) | |
download | ice-1c545098b8b97ce5680d9e4f2befdc9b6836a6ff.tar.bz2 ice-1c545098b8b97ce5680d9e4f2befdc9b6836a6ff.tar.xz ice-1c545098b8b97ce5680d9e4f2befdc9b6836a6ff.zip |
Bug 2902 - fixed hello demo expect script
Diffstat (limited to 'cpp/demo/Ice/hello/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/hello/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/hello/Client.cpp b/cpp/demo/Ice/hello/Client.cpp index a9bfb0330a9..f4278f048bf 100644 --- a/cpp/demo/Ice/hello/Client.cpp +++ b/cpp/demo/Ice/hello/Client.cpp @@ -151,7 +151,7 @@ HelloClient::run(int argc, char* argv[]) if(delay == 0) { - cout << "server delay is now disabled" << endl; + cout << "server delay is now deactivated" << endl; } else { |