summaryrefslogtreecommitdiff
path: root/basegfx/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-30 14:55:27 +0200
committerjan iversen <jani@documentfoundation.org>2016-05-02 07:11:30 +0000
commit9793d761cbd25e1722b21c38ebb08d60588d5759 (patch)
tree2206f75e4d13badf8e49039a13d124db2b066b85 /basegfx/source
parentc6883d467c7d977cf3ad84904c1f6afb009ab3a0 (diff)
Fix typos
Change-Id: I38b5e720af67d0bfb1be72ff82a7f5c595a94c14 Reviewed-on: https://gerrit.libreoffice.org/24535 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'basegfx/source')
-rw-r--r--basegfx/source/inc/hommatrixtemplate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/inc/hommatrixtemplate.hxx b/basegfx/source/inc/hommatrixtemplate.hxx
index c8cf4ae3a3d6..f9b3e2260481 100644
--- a/basegfx/source/inc/hommatrixtemplate.hxx
+++ b/basegfx/source/inc/hommatrixtemplate.hxx
@@ -205,7 +205,7 @@ namespace basegfx
}
}
- // Left-upper decompositon
+ // Left-upper decomposition
bool ludcmp(sal_uInt16 nIndex[], sal_Int16& nParity)
{
double fBig, fSum, fDum;