diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-14 23:55:35 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:10:51 +0000 |
commit | ca9de688c2c263c51dca1cbbf2892e3b419f921e (patch) | |
tree | 8700f70efdc3275cf71277347e1268b8cc4954a4 /desktop | |
parent | edb1582c4aec8948872aeca46e4a2703768f3c55 (diff) |
Fix typos
Change-Id: I549635318f46718042e50c8f89ce3c620cade990
Reviewed-on: https://gerrit.libreoffice.org/16281
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 2 | ||||
-rw-r--r-- | desktop/source/deployment/manager/dp_extensionmanager.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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<css::deployment::XPackage> 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. |