summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-04 19:21:30 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-08 07:36:55 +0200
commit75b51d34f85427e94bfdee6b2b6f0f76a9c3b5f1 (patch)
tree7a992024559739736f4e5e138776732609225661 /basic
parentFix typos (diff)
downloadcore-75b51d34f85427e94bfdee6b2b6f0f76a9c3b5f1.tar.gz
core-75b51d34f85427e94bfdee6b2b6f0f76a9c3b5f1.zip
Fix typo
Change-Id: Ia5b4b50e919964b0746a68b008c9f7a86240c3a6 Reviewed-on: https://gerrit.libreoffice.org/70398 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxexec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx
index 3b831b6a9c2c..9d58ae34a22a 100644
--- a/basic/source/sbx/sbxexec.cxx
+++ b/basic/source/sbx/sbxexec.cxx
@@ -55,7 +55,7 @@ static const sal_Unicode* Symbol( const sal_Unicode* p, OUString& rSym )
}
else
{
- // A symbol had to begin with a alphabetic character or an underline
+ // A symbol had to begin with an alphabetic character or an underline
if( !rtl::isAsciiAlpha( *p ) && *p != '_' )
{
SbxBase::SetError( ERRCODE_BASIC_SYNTAX );