[Libreoffice-commits] core.git: sc/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 28 07:16:47 UTC 2021


 sc/inc/kahan.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 91fa87e99f5f01b92451b875c72741775c92247b
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Apr 27 15:56:53 2021 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Apr 28 09:16:09 2021 +0200

    Fix typos
    
    Change-Id: Ic73ee21dea2bc99c5fd8af857a9793782d7c3301
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114747
    Tested-by: Jenkins
    Reviewed-by: Hossein <hossein.ir at gmail.com>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sc/inc/kahan.hxx b/sc/inc/kahan.hxx
index 45b59617e2b7..968da16594e8 100644
--- a/sc/inc/kahan.hxx
+++ b/sc/inc/kahan.hxx
@@ -30,7 +30,7 @@ public:
 
 public:
     /**
-      * Adds a value to the sum using Kahan sumation.
+      * Adds a value to the sum using Kahan summation.
       * @param x_i
       */
     void add(double x_i)
@@ -44,7 +44,7 @@ public:
     }
 
     /**
-      * Adds a value to the sum using Kahan sumation.
+      * Adds a value to the sum using Kahan summation.
       * @param fSum
       */
     inline void add(const KahanSum& fSum)
@@ -81,7 +81,7 @@ public:
 
     /**
       * In some parts of the code of interpr_.cxx this may be used for
-      * productory instead of sum. This operator shall be used for that task.
+      * product instead of sum. This operator shall be used for that task.
       */
     constexpr void operator*=(double fTimes)
     {


More information about the Libreoffice-commits mailing list