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