summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:26:20 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-15 07:07:07 +0200
commit9e6ca513aca0d681d663f29cfa3a476d5c757657 (patch)
treebad5d59471d1cf6b2ee3f84c150961a18ad460fc /basic
parentFix typo (diff)
downloadcore-9e6ca513aca0d681d663f29cfa3a476d5c757657.tar.gz
core-9e6ca513aca0d681d663f29cfa3a476d5c757657.zip
Fix typo
Change-Id: I715da280563c7c3f03eb9b521478db4481ae4b2f Reviewed-on: https://gerrit.libreoffice.org/72322 Tested-by: Jenkins 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 477acdcbefd5..9e3124697794 100644
--- a/basic/source/comp/dim.cxx
+++ b/basic/source/comp/dim.cxx
@@ -684,7 +684,7 @@ void SbiParser::Enum()
void SbiParser::DefEnum( bool bPrivate )
{
- // Read a the new Token. It had to be a symbol
+ // Read the new Token. It had to be a symbol
if (!TestSymbol())
return;