summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/odf.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-09-30 18:39:25 +0000
committerluz paz <luzpaz@users.noreply.github.com>2018-10-06 02:05:25 +0000
commit33780c0f28bcda586b1e14de93525a6ab426e4df (patch)
tree341c90061fed79841ea4161b2088d5baa40fe1fa /src/extension/internal/odf.cpp
parentAdd new style register style property for stop color and opacity (diff)
downloadinkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.tar.gz
inkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.zip
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/extension/internal/odf.cpp')
-rw-r--r--src/extension/internal/odf.cpp2
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.
*/