summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-18 16:24:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-18 17:35:41 +0100
commitcda2d47fd556e0593bf415a69cc8dc18abcd1701 (patch)
tree3bc7c52982ad49a661e1b389e8a07ec3949958b6 /ucbhelper
parent858153610849c5448a181e6709a972a54e6ae126 (diff)
Fix typos
Change-Id: I633e4921042809c628e55825b70c540767eba1d3 Reviewed-on: https://gerrit.libreoffice.org/48140 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 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;