summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/client/interceptedinteraction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/client/interceptedinteraction.cxx b/ucbhelper/source/client/interceptedinteraction.cxx
index a03d6dcf8ef4..2ed226e0c30e 100644
--- a/ucbhelper/source/client/interceptedinteraction.cxx
+++ b/ucbhelper/source/client/interceptedinteraction.cxx
@@ -119,7 +119,7 @@ InterceptedInteraction::EInterceptionState InterceptedInteraction::impl_intercep
// intercepted ...
// Call they might existing derived class, so they can handle that by its own.
- // If its not interested on that (may be its not overwritten and the default implementation
+ // If it's not interested on that (maybe it's not overwritten and the default implementation
// returns E_NOT_INTERCEPTED as default) -> break this loop and search for the right continuation.
if (bMatch)
{