summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 18:12:15 +0200
committerJoren De Cuyper <jorendc@libreoffice.org>2015-09-29 22:19:19 +0000
commita2a5187a8ff7b8a18db51a471bd934e5a94c155c (patch)
treebd7a6fbd0815bf3f6172f60bedbac6d74d363c30 /tools
parent3406ae78a5bcd02551ce518ca1affba021dbab04 (diff)
Fix typos
Change-Id: Ifddd2533b767924791338555031b848c59980c52 Reviewed-on: https://gerrit.libreoffice.org/18989 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/b3dtrans.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/b3dtrans.cxx b/tools/source/generic/b3dtrans.cxx
index cf27e1844ddc..c735bd0cd8cb 100644
--- a/tools/source/generic/b3dtrans.cxx
+++ b/tools/source/generic/b3dtrans.cxx
@@ -203,7 +203,7 @@ const basegfx::B3DHomMatrix& B3dTransformationSet::GetProjection()
void B3dTransformationSet::PostSetProjection()
{
- // Assign and comptue inverse
+ // Assign and compute inverse
maInvProjection = GetProjection();
maInvProjection.invert();