From 1a8915ef8302b13b781977209ae1fa41f5f659dc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 29 Jun 2015 16:56:44 +0200 Subject: Fix typos Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins Reviewed-by: Andras Timar --- basegfx/source/matrix/b2dhommatrix.cxx | 2 +- basegfx/source/polygon/b2dtrapezoid.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'basegfx') diff --git a/basegfx/source/matrix/b2dhommatrix.cxx b/basegfx/source/matrix/b2dhommatrix.cxx index b1fe9b4b9698..0e098cdd4757 100644 --- a/basegfx/source/matrix/b2dhommatrix.cxx +++ b/basegfx/source/matrix/b2dhommatrix.cxx @@ -323,7 +323,7 @@ namespace basegfx rRotate = atan2(aUnitVecY.getY(), aUnitVecY.getX()) - M_PI_2; } - // one or both unit vectors do not extist, determinant is zero, no decomposition possible. + // one or both unit vectors do not exist, determinant is zero, no decomposition possible. // Eventually used rotations or shears are lost return false; } diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx index 2baf2a4a5f7b..18e4e63189f5 100644 --- a/basegfx/source/polygon/b2dtrapezoid.cxx +++ b/basegfx/source/polygon/b2dtrapezoid.cxx @@ -30,7 +30,7 @@ namespace basegfx namespace trapezoidhelper { - // helper class to hold a simple ege. This is only used for horizontal edges + // helper class to hold a simple edge. This is only used for horizontal edges // currently, thus the YPositions will be equal. I did not create a special // class for this since holdingthe pointers is more effective and also can be // used as baseclass for the traversing edges -- cgit