sc/inc/math.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 16d1041c604a28e0a8c1a5a5feb4d3dfb7f4e92c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jan 10 12:09:15 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to