diff options
Diffstat (limited to 'kspread/kspread_functions_math.cc')
-rw-r--r-- | kspread/kspread_functions_math.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_functions_math.cc b/kspread/kspread_functions_math.cc index 814226ae..8ee54a1a 100644 --- a/kspread/kspread_functions_math.cc +++ b/kspread/kspread_functions_math.cc @@ -172,7 +172,7 @@ void RegisterMathFunctions() f = new Function ("POWER", func_pow); f->setParamCount (2); repo->add (f); - f = new Function ("TQUOTIENT", func_quotient); + f = new Function ("QUOTIENT", func_quotient); f->setParamCount (2); repo->add (f); f = new Function ("RAND", func_rand); |