summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );