From 25e0872da600c65a08c73c335f0e1ef21b2f00f5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 12:52:02 +0100 Subject: Fix typos Change-Id: I4eda687db6ad8d41e6a28430c76b288510da605d Reviewed-on: https://gerrit.libreoffice.org/35645 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- stoc/source/implementationregistration/implreg.cxx | 2 +- stoc/source/security/access_controller.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'stoc') diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx index c9cc5a106d10..d32de8ff99d6 100644 --- a/stoc/source/implementationregistration/implreg.cxx +++ b/stoc/source/implementationregistration/implreg.cxx @@ -1407,7 +1407,7 @@ void ImplementationRegistration::prepareRegister( } else { // check locationUrl to find out what kind of loader is needed - // set iimplLoaderUrl + // set implLoaderUrl } if( m_xSMgr.is() ) { diff --git a/stoc/source/security/access_controller.cxx b/stoc/source/security/access_controller.cxx index 813daffa1f46..6772d2ba2a8a 100644 --- a/stoc/source/security/access_controller.cxx +++ b/stoc/source/security/access_controller.cxx @@ -383,7 +383,7 @@ AccessController::AccessController( Reference< XComponentContext > const & xComp } } - // switch on caching for DYNAMIC_ONLY and ON (sharable multi-user process) + // switch on caching for DYNAMIC_ONLY and ON (shareable multi-user process) if (ON == m_mode || DYNAMIC_ONLY == m_mode) { sal_Int32 cacheSize = 0; // multi-user cache size -- cgit