diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 10:03:34 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:34:21 +0000 |
commit | 51d996354f11048d7759cd7e206a2383421c2c81 (patch) | |
tree | 4c34da7dbec966bcceb3477ac14c2eda1be2e84c /scripting | |
parent | b068d9fb8d29e06ff652b1493605cea22a9199f3 (diff) |
Fix typos
Change-Id: If5e709c9d6e3a4fbb568bdc261cccd214dd0cbd3
Reviewed-on: https://gerrit.libreoffice.org/34784
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/provider/MasterScriptProvider.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
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 |