summaryrefslogtreecommitdiffstats
path: root/ucbhelper/source/client/interceptedinteraction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/interceptedinteraction.cxx')
-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 8dff80345afd..fdd26ce72cc2 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::
case E_NO_CONTINUATION_FOUND:
{
// Runtime error! The defined continuation could not be located
- // inside the set of available containuations of the incoming request.
+ // inside the set of available continuations of the incoming request.
// Whats wrong - the interception list or the request?
OSL_FAIL("InterceptedInteraction::handle()\nCould intercept this interaction request - but can't locate the right continuation!");
}