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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Feb 26 10:42:52 UTC 2019


 sc/source/core/tool/interpr5.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit be0b28194dc54a4c19b6b08a21a1053ec67caf57
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Feb 26 11:34:13 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Feb 26 11:42:29 2019 +0100

    Fix typo
    
    Change-Id: If74c831e763b0067cc1e98d6bd3c8d2699d9891e
    Reviewed-on: https://gerrit.libreoffice.org/68366
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index 55a30139213d..acafb14381c1 100644
--- a/sc/source/core/tool/interpr5.cxx
+++ b/sc/source/core/tool/interpr5.cxx
@@ -1992,10 +1992,10 @@ bool lcl_TCalculateQRdecomposition(const ScMatrixRef& pMatA,
 }
 
 /* Applies a Householder transformation to a column vector Y with is given as
- * Nx1 Matrix. The Vektor u, from which the Householder transformation is build,
+ * Nx1 Matrix. The vector u, from which the Householder transformation is built,
  * is the column part in matrix A, with column index C, starting with row
  * index C. A is the result of the QR decomposition as obtained from
- * lcl_CaluclateQRdecomposition.
+ * lcl_CalculateQRdecomposition.
  */
 void lcl_ApplyHouseholderTransformation(const ScMatrixRef& pMatA, SCSIZE nC,
                                         const ScMatrixRef& pMatY, SCSIZE nN)


More information about the Libreoffice-commits mailing list