diff options
Diffstat (limited to 'src/extension/internal/odf.cpp')
| -rw-r--r-- | src/extension/internal/odf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/odf.cpp b/src/extension/internal/odf.cpp index e1ef985bc..c7d0814b4 100644 --- a/src/extension/internal/odf.cpp +++ b/src/extension/internal/odf.cpp @@ -268,7 +268,7 @@ private: * The singular values, sigma[k] = S[k][k], are ordered so that * sigma[0] >= sigma[1] >= ... >= sigma[n-1]. * <P> - * The singular value decompostion always exists, so the constructor will + * The singular value decomposition always exists, so the constructor will * never fail. The matrix condition number and the effective numerical * rank can be computed from this decomposition. */ |
