diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/dim.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx index 461dcf6328f0..47e878282ec8 100644 --- a/basic/source/comp/dim.cxx +++ b/basic/source/comp/dim.cxx @@ -396,7 +396,7 @@ void SbiParser::DefVar( SbiOpcode eOp, bool bStatic ) aGen.Gen( eOp2, pDef->GetId(), nOpnd2 ); } - // Initialising for self-defined daty types + // Initialising for self-defined data types // and per NEW created variable if( pDef->GetType() == SbxOBJECT && pDef->GetTypeId() ) |