diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-27 23:41:27 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-03-28 20:43:04 +0000 |
commit | fd3449946492e80811e4a51231cf1061c607d8b7 (patch) | |
tree | f69601fc4a063a8690af947d73be0373b38a370f /basic | |
parent | 55ddbfc610d2a00e565ca7bcb0277da33bb90947 (diff) |
Fix typos
Change-Id: Ibef75de246fb31884153437fe8c05e299fe5962f
Reviewed-on: https://gerrit.libreoffice.org/35782
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxexec.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx index f5e811a2b656..beab3148a373 100644 --- a/basic/source/sbx/sbxexec.cxx +++ b/basic/source/sbx/sbxexec.cxx @@ -298,7 +298,7 @@ static SbxVariableRef Element auto refPar = tools::make_ref<SbxArray>(); sal_uInt16 nArg = 0; // We are once relaxed and accept as well - // the line- or commandend as delimiter + // the line- or command end as delimiter // Search parameter always global! while( *p && *p != ')' && *p != ']' ) { |