summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-21 20:13:00 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-04-22 15:48:11 +0200
commit9762353cf7dc7bf42118d9dae2488c977af0c484 (patch)
treeadf4d14e519ddca731ec491810e64227811732ae /scripting
parent1ab14c62587276e81d9ad4a7c627ea947c29d9dd (diff)
Fix typos
Change-Id: I49d7dc8a2cbcba5413d05d97559321e672ed413a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92655 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/provider/MasterScriptProvider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx
index eb5d8a6b07c8..2a12c21fb604 100644
--- a/scripting/source/provider/MasterScriptProvider.cxx
+++ b/scripting/source/provider/MasterScriptProvider.cxx
@@ -167,7 +167,7 @@ void SAL_CALL MasterScriptProvider::initialize( const Sequence < Any >& args )
OUString pkgSpec = "uno_packages";
sal_Int32 indexOfPkgSpec = m_sCtxString.lastIndexOf( pkgSpec );
- // if contex string ends with "uno_packages"
+ // if context string ends with "uno_packages"
if ( indexOfPkgSpec > -1 && m_sCtxString.match( pkgSpec, indexOfPkgSpec ) )
{
m_bIsPkgMSP = true;