From cda2d47fd556e0593bf415a69cc8dc18abcd1701 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 18 Jan 2018 16:24:52 +0100 Subject: Fix typos Change-Id: I633e4921042809c628e55825b70c540767eba1d3 Reviewed-on: https://gerrit.libreoffice.org/48140 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- ucbhelper/source/client/interceptedinteraction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucbhelper/source') 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; -- cgit