diff options
author | Mark Spruiell <mes@zeroc.com> | 2001-12-13 21:38:14 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2001-12-13 21:38:14 +0000 |
commit | fdcf9d2193bb1474395828603a57687607ab8ded (patch) | |
tree | 96e8d43a3ef9bd2f864445089f7eef6f5aefc32a /cpp/demo/Ice/value/Client.cpp | |
parent | adding build.xml files (diff) | |
download | ice-fdcf9d2193bb1474395828603a57687607ab8ded.tar.bz2 ice-fdcf9d2193bb1474395828603a57687607ab8ded.tar.xz ice-fdcf9d2193bb1474395828603a57687607ab8ded.zip |
minor fix
Diffstat (limited to 'cpp/demo/Ice/value/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/value/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/value/Client.cpp b/cpp/demo/Ice/value/Client.cpp index 14351a55c75..ea1861e3333 100644 --- a/cpp/demo/Ice/value/Client.cpp +++ b/cpp/demo/Ice/value/Client.cpp @@ -38,7 +38,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) cout << '\n' << "Let's first transfer a simple object, for a class without\n" - << "operations, and print it's contents. No factory is required\n" + << "operations, and print its contents. No factory is required\n" << "for this.\n" << "[press enter]\n"; cin.getline(&c, 1); |