From 465489d97ab9ffa0bfee02d80eb99aad771aee3f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:22:30 +0200 Subject: Fix typos Change-Id: Id884946cae0687d0b71c967e236e58df17567884 Reviewed-on: https://gerrit.libreoffice.org/16707 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- framework/source/inc/dispatch/loaddispatcher.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/source/inc') diff --git a/framework/source/inc/dispatch/loaddispatcher.hxx b/framework/source/inc/dispatch/loaddispatcher.hxx index 9be0adabc30d..17db900dee76 100644 --- a/framework/source/inc/dispatch/loaddispatcher.hxx +++ b/framework/source/inc/dispatch/loaddispatcher.hxx @@ -66,7 +66,7 @@ class LoadDispatcher : public ::cppu::WeakImplHelper2< css::frame::XNotifyingDi /** @short creates a new instance and initialize it with all necessary parameters. @descr Every instance of such LoadDispatcher can be used for the specified context only. - That means: It can be used to load any further requested content into tzhe here(!) + That means: it can be used to load any further requested content into the here(!) specified target frame. @param xContext -- cgit