From 34e1739d56411c81359e24dce500cb54bba6c092 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 12:26:19 +0100 Subject: Fix typos Change-Id: Ieb35517ba57ca62526e84f6b6cee4c9129b4380a Reviewed-on: https://gerrit.libreoffice.org/34805 Tested-by: Jenkins Reviewed-by: Noel Grandin --- framework/source/dispatch/dispatchprovider.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/source/dispatch') diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index f368878e5d98..bf7459c94ee3 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -198,7 +198,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryDeskt // I.III) "_self", "", "_top" // The desktop can't load any document - but he can handle some special protocols like "uno", "slot" ... - // Why is "top" here handled too? Because the desktop is the topest frame. Normally it's superflous + // Why is "top" here handled too? Because the desktop is the topest frame. Normally it's superfluous // to use this target - but we can handle it in the same manner then "_self". else if ( -- cgit