[Libreoffice-commits] core.git: sc/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Jan 11 06:10:51 UTC 2019
sc/inc/math.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 16d1041c604a28e0a8c1a5a5feb4d3dfb7f4e92c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jan 10 12:09:15 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jan 11 07:10:29 2019 +0100
Fix typo
Change-Id: I1a8d3930c3e986ffa8cd23de7acfef2028bf8918
Reviewed-on: https://gerrit.libreoffice.org/66143
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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 );
More information about the Libreoffice-commits
mailing list