From ca9de688c2c263c51dca1cbbf2892e3b419f921e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 14 Jun 2015 23:55:35 +0200 Subject: Fix typos Change-Id: I549635318f46718042e50c8f89ce3c620cade990 Reviewed-on: https://gerrit.libreoffice.org/16281 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- desktop/source/app/app.cxx | 2 +- desktop/source/deployment/manager/dp_extensionmanager.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 43cb227d316f..bba9292b9854 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1895,7 +1895,7 @@ IMPL_LINK_NOARG(Desktop, OpenClients_Impl) return 0; } -// enable acceptos +// enable acceptors IMPL_STATIC_LINK_NOARG(Desktop, EnableAcceptors_Impl) { enableAcceptors(); diff --git a/desktop/source/deployment/manager/dp_extensionmanager.cxx b/desktop/source/deployment/manager/dp_extensionmanager.cxx index 5aed75e42d47..cfaf2bc5ceff 100644 --- a/desktop/source/deployment/manager/dp_extensionmanager.cxx +++ b/desktop/source/deployment/manager/dp_extensionmanager.cxx @@ -692,7 +692,7 @@ Reference ExtensionManager::addExtension( bool bUserDisabled = false; // In this guarded section (getMutex) we must not use the argument xCmdEnv // because it may bring up dialogs (XInteractionHandler::handle) this - // may potententially deadlock. See issue + // may potentially deadlock. See issue // http://qa.openoffice.org/issues/show_bug.cgi?id=114933 // By not providing xCmdEnv the underlying APIs will throw an exception if // the XInteractionRequest cannot be handled. -- cgit