diff options
Diffstat (limited to 'src/2geom/numeric/matrix.h')
| -rw-r--r-- | src/2geom/numeric/matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/numeric/matrix.h b/src/2geom/numeric/matrix.h index ddca35cd6..5cebf1070 100644 --- a/src/2geom/numeric/matrix.h +++ b/src/2geom/numeric/matrix.h @@ -320,7 +320,7 @@ class Matrix: public detail::MatrixImpl typedef detail::MatrixImpl base_type; public: - // the matrix is not inizialized + // the matrix is not initialized Matrix(size_t n1, size_t n2) { m_rows = n1; |
