diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-07-03 22:04:40 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-07-03 22:04:40 +0000 |
commit | b651415b3deb84ca5ab00306014b82c28d3d3331 (patch) | |
tree | 54c48a5c312f61945e641541c1b27e7c124c03c1 /cpp/demo/Glacier2/chat/Client.cpp | |
parent | Minor fix (diff) | |
download | ice-b651415b3deb84ca5ab00306014b82c28d3d3331.tar.bz2 ice-b651415b3deb84ca5ab00306014b82c28d3d3331.tar.xz ice-b651415b3deb84ca5ab00306014b82c28d3d3331.zip |
Minor fix
Diffstat (limited to 'cpp/demo/Glacier2/chat/Client.cpp')
-rwxr-xr-x | cpp/demo/Glacier2/chat/Client.cpp | 2 |
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 // |