summaryrefslogtreecommitdiff
path: root/cpp/demo/Glacier2/chat/Client.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-07-03 22:04:40 +0000
committerBernard Normier <bernard@zeroc.com>2006-07-03 22:04:40 +0000
commitb651415b3deb84ca5ab00306014b82c28d3d3331 (patch)
tree54c48a5c312f61945e641541c1b27e7c124c03c1 /cpp/demo/Glacier2/chat/Client.cpp
parentMinor fix (diff)
downloadice-b651415b3deb84ca5ab00306014b82c28d3d3331.tar.bz2
ice-b651415b3deb84ca5ab00306014b82c28d3d3331.tar.xz
ice-b651415b3deb84ca5ab00306014b82c28d3d3331.zip
Minor fix
Diffstat (limited to 'cpp/demo/Glacier2/chat/Client.cpp')
-rwxr-xr-xcpp/demo/Glacier2/chat/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Glacier2/chat/Client.cpp b/cpp/demo/Glacier2/chat/Client.cpp
index d60b71039ae..59cedc50e6b 100755
--- a/cpp/demo/Glacier2/chat/Client.cpp
+++ b/cpp/demo/Glacier2/chat/Client.cpp
@@ -73,7 +73,7 @@ public:
#ifdef __xlC__
//
- // The xlC compiler synchronize cin and cout; to see the messages
+ // The xlC compiler synchronizes cin and cout; to see the messages
// while accepting input through cin, we have to print the messages
// with printf
//