From 33de79f434bdeab591dd8146cad12657d2e8ad34 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 7 Jul 2015 14:30:31 +0300 Subject: Fix some misspellings Change-Id: Iff2303650e1dcfc56064907a28df1c4c452eac56 --- basegfx/source/polygon/b3dpolygontools.cxx | 2 +- basegfx/source/polygon/b3dpolypolygontools.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'basegfx') diff --git a/basegfx/source/polygon/b3dpolygontools.cxx b/basegfx/source/polygon/b3dpolygontools.cxx index 62904d6b4c1d..4883a3a3d679 100644 --- a/basegfx/source/polygon/b3dpolygontools.cxx +++ b/basegfx/source/polygon/b3dpolygontools.cxx @@ -401,7 +401,7 @@ namespace basegfx { double fX(fOne - ((atan2(aVector.getZ(), aVector.getX()) + F_PI) / F_2PI)); - // correct cartesinan point coordiante dependent from center value + // correct cartesian point coordinate dependent from center value if(fX > fXCenter + 0.5) { fX -= fOne; diff --git a/basegfx/source/polygon/b3dpolypolygontools.cxx b/basegfx/source/polygon/b3dpolypolygontools.cxx index 0f74f6e58829..53498fe720b8 100644 --- a/basegfx/source/polygon/b3dpolypolygontools.cxx +++ b/basegfx/source/polygon/b3dpolypolygontools.cxx @@ -221,7 +221,7 @@ namespace basegfx return aRetval; } - // helper for getting the 3D Point from given cartesian coordiantes. fHor is defined from + // helper for getting the 3D Point from given cartesian coordinates. fHor is defined from // [F_PI2 .. -F_PI2], fVer from [0.0 .. F_2PI] inline B3DPoint getPointFromCartesian(double fHor, double fVer) { -- cgit