From 54b42134116b9d5f7f56caaf0b041782fa5d0d5c Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 4 Dec 2010 13:22:40 +0900 Subject: Replace all occured, occurance etc. --- basegfx/source/workbench/gauss.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx/source') 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 bool substitute( const Matrix& matrix, -- cgit