summaryrefslogtreecommitdiff
path: root/scripting/source/provider/MasterScriptProvider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/provider/MasterScriptProvider.cxx')
-rw-r--r--scripting/source/provider/MasterScriptProvider.cxx8
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