summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-01-10 12:09:15 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-01-11 07:10:29 +0100
commit16d1041c604a28e0a8c1a5a5feb4d3dfb7f4e92c (patch)
treeab02a4a23f0534965103ad26fb50ef9ec27b4a5d /sc
parent98d71c4e0847797a4ba9229a8e6d832a8a3d5e0f (diff)
Fix typo
Change-Id: I1a8d3930c3e986ffa8cd23de7acfef2028bf8918 Reviewed-on: https://gerrit.libreoffice.org/66143 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/math.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/math.hxx b/sc/inc/math.hxx
index b4a6476fb44c..80b6ed17b68b 100644
--- a/sc/inc/math.hxx
+++ b/sc/inc/math.hxx
@@ -68,7 +68,7 @@ inline double divide( const double& fNumerator, const double& fDenominator )
/** Return pow(fVal1,fVal2) with error handling.
- If an error was detectect, a coded double error of
+ If an error was detected, a coded double error of
FormulaError::IllegalFPOperation is returned.
*/
double power( const double& fVal1, const double& fVal2 );