diff options
Diffstat (limited to 'cpp/src/IceStorm/Subscriber.cpp')
-rw-r--r-- | cpp/src/IceStorm/Subscriber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Subscriber.cpp b/cpp/src/IceStorm/Subscriber.cpp index 9df599eec3c..6d927bf4727 100644 --- a/cpp/src/IceStorm/Subscriber.cpp +++ b/cpp/src/IceStorm/Subscriber.cpp @@ -784,7 +784,7 @@ Subscriber::error(bool dec, const Ice::Exception& e) // // It's possible to be already in the error state if the queue maximum size - // has been reached or if an ObjectNotExistException occured before. + // has been reached or if an ObjectNotExistException occurred before. // if(_state >= SubscriberStateError) { |