summaryrefslogtreecommitdiffstats
path: root/formula/source/core/api/FormulaCompiler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/core/api/FormulaCompiler.cxx')
-rw-r--r--formula/source/core/api/FormulaCompiler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index cf44e924d98c..e0d7093acafa 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -1253,7 +1253,7 @@ void FormulaCompiler::Factor()
if (eOp == ocIsoWeeknum && FormulaGrammar::isODFF( meGrammar ))
{
// tdf#50950 ocIsoWeeknum can have 2 arguments when saved by older versions of Calc;
- // the opcode then has to be changed to ocWeek for backward compatibilty
+ // the opcode then has to be changed to ocWeek for backward compatibility
pFacToken = mpToken;
eOp = NextToken();
bool bNoParam = false;