summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_functions_math.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_functions_math.cc')
-rw-r--r--kspread/kspread_functions_math.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_functions_math.cc b/kspread/kspread_functions_math.cc
index 8ee54a1a..b34996f6 100644
--- a/kspread/kspread_functions_math.cc
+++ b/kspread/kspread_functions_math.cc
@@ -502,7 +502,7 @@ Value func_int (valVector args, ValueCalc *calc, FuncExtra *)
return calc->conv()->asInteger (args[0]);
}
-// Function: TQUOTIENT
+// Function: QUOTIENT
Value func_quotient (valVector args, ValueCalc *calc, FuncExtra *)
{
if (calc->isZero (args[1]))