summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2018-03-17 18:05:53 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-03-17 19:03:02 +0100
commit359f2035bcef41eef027580b22529f5bdb5f96d2 (patch)
tree654c854d9cb61b0d976407d79f9b0e7965bc680b /basic
parentTypos concerning hierarchy (diff)
downloadcore-359f2035bcef41eef027580b22529f5bdb5f96d2.tar.gz
core-359f2035bcef41eef027580b22529f5bdb5f96d2.zip
Typos: definied->defined
Change-Id: I052d6a4815372c79b6d62c1c85d303c6272af3df Reviewed-on: https://gerrit.libreoffice.org/51466 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-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 792041adc20c..2afc58f3e5f7 100644
--- a/basic/source/comp/dim.cxx
+++ b/basic/source/comp/dim.cxx
@@ -192,7 +192,7 @@ void SbiParser::TypeDecl( SbiSymDef& rDef, bool bAsNewAlreadyParsed )
}
}
-// Here variables, arrays and structures were definied.
+// Here variables, arrays and structures were defined.
// DIM/PRIVATE/PUBLIC/GLOBAL
void SbiParser::Dim()