summaryrefslogtreecommitdiff
path: root/basegfx/source/workbench
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-04 13:22:40 +0900
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 19:05:55 +0000
commit54b42134116b9d5f7f56caaf0b041782fa5d0d5c (patch)
treeca066fdf5f400820326ad2add87a251ffcafb176 /basegfx/source/workbench
parent9143a46db7c1d0cf4beff83c14e940291fefe6a7 (diff)
Replace all occured, occurance etc.
Diffstat (limited to 'basegfx/source/workbench')
-rw-r--r--basegfx/source/workbench/gauss.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/workbench/gauss.hxx b/basegfx/source/workbench/gauss.hxx
index a6d8da3f604d..f9f24f81da5c 100644
--- a/basegfx/source/workbench/gauss.hxx
+++ b/basegfx/source/workbench/gauss.hxx
@@ -107,7 +107,7 @@ bool eliminate( Matrix& matrix,
Result vector. Given matrix must have space for one column (rows entries).
@return true, if back substitution was possible (i.e. no division
- by zero occured).
+ by zero occurred).
*/
template <class Matrix, class Vector, typename BaseType>
bool substitute( const Matrix& matrix,