summaryrefslogtreecommitdiff
path: root/ucbhelper/source
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source')
-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 9cffc4909714..0f48f4c4f77f 100644
--- a/ucbhelper/source/client/interceptedinteraction.cxx
+++ b/ucbhelper/source/client/interceptedinteraction.cxx
@@ -87,7 +87,7 @@ void InterceptedInteraction::impl_handleDefault(const css::uno::Reference< css::
{
// Runtime error! The defined continuation could not be located
// inside the set of available continuations of the incoming request.
- // Whats wrong - the interception list or the request?
+ // What's wrong - the interception list or the request?
OSL_FAIL("InterceptedInteraction::handle()\nCould intercept this interaction request - but can't locate the right continuation!");
}
break;