diff options
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); |