summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/hello/Client.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-03-25 21:40:36 -0230
committerDwayne Boone <dwayne@zeroc.com>2008-03-25 21:40:36 -0230
commit1c545098b8b97ce5680d9e4f2befdc9b6836a6ff (patch)
treefcce493cde009498447955a98cef106db308990c /cpp/demo/Ice/hello/Client.cpp
parentFixed bug 2919 & 2915 (diff)
downloadice-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.cpp2
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
{