From a2a5187a8ff7b8a18db51a471bd934e5a94c155c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 29 Sep 2015 18:12:15 +0200 Subject: Fix typos Change-Id: Ifddd2533b767924791338555031b848c59980c52 Reviewed-on: https://gerrit.libreoffice.org/18989 Reviewed-by: Joren De Cuyper Tested-by: Joren De Cuyper --- tools/source/generic/b3dtrans.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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(); -- cgit