diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-02-26 11:34:13 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-02-26 11:42:29 +0100 |
commit | be0b28194dc54a4c19b6b08a21a1053ec67caf57 (patch) | |
tree | ab6a276c4b483d1a090b6641ee1b918b4b7c7516 /sc/source | |
parent | 53eb2cdb5558713bfe2fa4fc4ba2bbdd5da6b6e1 (diff) |
Fix typo
Change-Id: If74c831e763b0067cc1e98d6bd3c8d2699d9891e
Reviewed-on: https://gerrit.libreoffice.org/68366
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/tool/interpr5.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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) |