summaryrefslogtreecommitdiff
path: root/sc/source/core
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-02-27 13:33:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-02-27 13:27:48 +0000
commit146ed50caded37f6084c404e8af6985996a17cd3 (patch)
treed1338c9b4701418fa267db022e3540c92796d94b /sc/source/core
parent222a54b90562662841f1e74f486731a5d2c22ab3 (diff)
Fix typo
Change-Id: I570f2ec9894ff83a5378e5c09838527804a1f943 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147889 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/core')
-rw-r--r--sc/source/core/tool/compiler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index 0c6a4baee7bd..e242633e84d1 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -2843,7 +2843,7 @@ Label_MaskStateMachine:
else
{
// When having parsed a second reference part, ensure that the
- // i18n parser did not mistakingly parse a number that included
+ // i18n parser did not mistakenly parse a number that included
// a separator which happened to be meant as a parameter
// separator instead.
if (mnRangeOpPosInSymbol >= 0 && (aRes.TokenType & KParseType::ASC_NUMBER))