diff options
author | Michi Henning <michi@zeroc.com> | 2007-11-15 14:58:09 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-11-15 14:58:09 +1000 |
commit | e7f64ab077a13ef2388583fba777e1d753d0dfe3 (patch) | |
tree | 6154681499b896528a0587cbfa3bd6118a65677c /cpp/demo/IceStorm/replicated/Subscriber.cpp | |
parent | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff) | |
download | ice-e7f64ab077a13ef2388583fba777e1d753d0dfe3.tar.bz2 ice-e7f64ab077a13ef2388583fba777e1d753d0dfe3.tar.xz ice-e7f64ab077a13ef2388583fba777e1d753d0dfe3.zip |
Fixed typos in a few comments.
Diffstat (limited to 'cpp/demo/IceStorm/replicated/Subscriber.cpp')
-rw-r--r-- | cpp/demo/IceStorm/replicated/Subscriber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceStorm/replicated/Subscriber.cpp b/cpp/demo/IceStorm/replicated/Subscriber.cpp index 34d036052f0..33979f41fc6 100644 --- a/cpp/demo/IceStorm/replicated/Subscriber.cpp +++ b/cpp/demo/IceStorm/replicated/Subscriber.cpp @@ -75,7 +75,7 @@ public: // // Since the topic proxy returned by the retrieval/creation // is a replicated proxy we cannot use it to subscribe to the - // new instance. Instead we ahve to retrive all the topics and + // new instance. Instead we have to retrive all the topics and // find the new one. // Ice::ObjectProxySeq topics = _query->findAllReplicas(_topicReplica); |