diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-07-07 14:30:31 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-07-07 14:30:31 +0300 |
commit | 33de79f434bdeab591dd8146cad12657d2e8ad34 (patch) | |
tree | d1e69a2d183992f2025cc2ec4f8cf6174bb96edb /basegfx | |
parent | a82633760496aba3dbc8fb20ff02684109c9c1a3 (diff) |
Fix some misspellings
Change-Id: Iff2303650e1dcfc56064907a28df1c4c452eac56
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/polygon/b3dpolygontools.cxx | 2 | ||||
-rw-r--r-- | basegfx/source/polygon/b3dpolypolygontools.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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) { |