diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-07 23:14:45 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-08 12:21:19 +0200 |
commit | e544f449eded2738b45de4be13c72b128a16bafe (patch) | |
tree | 3e779fd42f9a17d2b2d62cd8fe43c6bf63d78953 /scripting/source | |
parent | 307edd412e4fe3a74378959f5d93f5a2a44f1b60 (diff) |
Fix typos
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920
Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'scripting/source')
-rw-r--r-- | scripting/source/provider/MasterScriptProvider.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx index 66d1bb1d1140..b2e229b62cd9 100644 --- a/scripting/source/provider/MasterScriptProvider.cxx +++ b/scripting/source/provider/MasterScriptProvider.cxx @@ -306,7 +306,7 @@ throw ( provider::ScriptFrameworkErrorException, Reference< provider::XScript > xScript; // If the script location is in the same location context as this - // MSP then delate to the lanaguage provider controlled by this MSP + // MSP then delete to the lanaguage provider controlled by this MSP // ** Special case is BASIC, all calls to getScript will be handled // by the language script provider in the current location context // even if its different |