From 51d996354f11048d7759cd7e206a2383421c2c81 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 10:03:34 +0100 Subject: Fix typos Change-Id: If5e709c9d6e3a4fbb568bdc261cccd214dd0cbd3 Reviewed-on: https://gerrit.libreoffice.org/34784 Tested-by: Jenkins Reviewed-by: Noel Grandin --- scripting/source/provider/MasterScriptProvider.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripting') diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx index e1599be206bc..56faea32c6d2 100644 --- a/scripting/source/provider/MasterScriptProvider.cxx +++ b/scripting/source/provider/MasterScriptProvider.cxx @@ -280,7 +280,7 @@ MasterScriptProvider::getScript( const OUString& scriptURI ) // for languages other than basic, scripts located in uno packages // are merged into the user/share location context. // For other languages the location attribute in script url has the form - // location = [user|share]:uno_packages or location :uno_pacakges/xxxx.uno.pkg + // location = [user|share]:uno_packages or location :uno_packages/xxxx.uno.pkg // we need to extract the value of location part from the // location attribute of the script, if the script is located in an // uno package then that is the location part up to and including @@ -495,7 +495,7 @@ MasterScriptProvider::insertByName( const OUString& aName, const Any& aElement ) throw lang::IllegalArgumentException( "Name not set!!", Reference < XInterface > (), 1 ); } - // TODO for library pacakge parse the language, for the moment will try + // TODO for library package parse the language, for the moment will try // to get each provider to process the new Package, the first one the succeeds // will terminate processing if ( !providerCache() ) @@ -563,7 +563,7 @@ MasterScriptProvider::removeByName( const OUString& Name ) throw lang::IllegalArgumentException( "Name not set!!", Reference < XInterface > (), 1 ); } - // TODO for Script library pacakge url parse the language, + // TODO for Script library package url parse the language, // for the moment will just try to get each provider to process remove/revoke // request, the first one the succeeds will terminate processing @@ -659,7 +659,7 @@ MasterScriptProvider::hasByName( const OUString& aName ) throw lang::IllegalArgumentException( "Name not set!!", Reference < XInterface > (), 1 ); } - // TODO for Script library pacakge url parse the language, + // TODO for Script library package url parse the language, // for the moment will just try to get each provider to see if the // package exists in any provider, first one that succeed will // terminate the loop -- cgit