summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-23 09:58:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-28 12:28:31 +0000
commit69c88a32aad2cafde197e98557868ad069795d60 (patch)
tree86fbddd2167952c13b10ca989d37e179a63cdde9 /basic
parent2a5a4497c210b649fdfaae8b74d742f23df32499 (diff)
Fix typos
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff Reviewed-on: https://gerrit.libreoffice.org/16522 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/comp/dim.cxx2
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() )