diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-05-22 22:35:10 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-05-22 22:35:10 +0000 |
commit | 715d83f5ca20785d33b79ca9f66f2fc20bc0163b (patch) | |
tree | 022680680b202f6f989da542d852ddc9b7d86730 /cpp/demo/IcePack/hello/HelloI.cpp | |
parent | fixing cygwin issue (diff) | |
download | ice-715d83f5ca20785d33b79ca9f66f2fc20bc0163b.tar.bz2 ice-715d83f5ca20785d33b79ca9f66f2fc20bc0163b.tar.xz ice-715d83f5ca20785d33b79ca9f66f2fc20bc0163b.zip |
minor edits
Diffstat (limited to 'cpp/demo/IcePack/hello/HelloI.cpp')
-rw-r--r-- | cpp/demo/IcePack/hello/HelloI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IcePack/hello/HelloI.cpp b/cpp/demo/IcePack/hello/HelloI.cpp index 0e1a31c3257..3885e64c6db 100644 --- a/cpp/demo/IcePack/hello/HelloI.cpp +++ b/cpp/demo/IcePack/hello/HelloI.cpp @@ -110,7 +110,7 @@ HelloI::HelloI(const string& n) void HelloI::sayHello(const Ice::Current&) const { - cout << name << " say Hello World!" << endl; + cout << name << " says Hello World!" << endl; } void |