summaryrefslogtreecommitdiff
path: root/basic/source/comp/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/comp/parser.cxx')
-rw-r--r--basic/source/comp/parser.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/parser.cxx b/basic/source/comp/parser.cxx
index 28c553fb999d..bb53d93b4b24 100644
--- a/basic/source/comp/parser.cxx
+++ b/basic/source/comp/parser.cxx
@@ -444,7 +444,7 @@ bool SbiParser::Parse()
}
// test for the statement's end -
- // might also be an ELSE, as there must not neccessary be a : before the ELSE!
+ // might also be an ELSE, as there must not necessary be a : before the ELSE!
if( !IsEos() )
{
@@ -602,8 +602,8 @@ void SbiParser::Set()
aLvalue.Gen();
aExpr.Gen();
// Its a good idea to distinguish between
- // set someting = another &
- // someting = another
+ // set something = another &
+ // something = another
// ( its necessary for vba objects where set is object
// specific and also doesn't involve processing default params )
if( pDef->GetTypeId() )