From 0d4996862b5df79fd601eff6193d5718f8f84047 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 1 Oct 2016 15:45:53 +0200 Subject: Fix typos Change-Id: I9701cc93a9f4315e71c133237fdd96ef6964c8ff Reviewed-on: https://gerrit.libreoffice.org/29438 Tested-by: Jenkins Reviewed-by: Noel Grandin --- scripting/source/provider/MasterScriptProvider.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripting/source/provider/MasterScriptProvider.cxx') diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx index df823d8c5fa0..7c6157d4d7b4 100644 --- a/scripting/source/provider/MasterScriptProvider.cxx +++ b/scripting/source/provider/MasterScriptProvider.cxx @@ -304,7 +304,7 @@ throw ( provider::ScriptFrameworkErrorException, Reference< provider::XScript > xScript; // If the script location is in the same location context as this - // MSP then delete to the lanaguage provider controlled by this MSP + // MSP then delete to the language 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 -- cgit