summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-06-11 09:30:40 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-11 09:31:18 +0200
commitc0c865d2002569c5c292f7f36ad3a811fd9a3f2f (patch)
treec7b2f606a0d6daeef69bced35795af0129993123 /basegfx
parentd203948fdb780c7af5777fcc26ad88bac1bd714e (diff)
Typo: vertival -> vertical
Change-Id: I3dce3d131ce78713333d6e4bc2f3e839af5e04ec
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/polygon/b2dtrapezoid.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx
index 222bfa3863ac..e49f7f6de1c0 100644
--- a/basegfx/source/polygon/b2dtrapezoid.cxx
+++ b/basegfx/source/polygon/b2dtrapezoid.cxx
@@ -121,7 +121,7 @@ namespace basegfx
{
mpStart = pNewStart;
- // no horizontal edges allowed, all neeed to traverse vertivally
+ // no horizontal edges allowed, all neeed to traverse vertically
OSL_ENSURE(mpEnd->getY() > mpStart->getY(), "Illegal TrDeEdgeEntry constructed (!)");
}
}
@@ -135,7 +135,7 @@ namespace basegfx
{
mpEnd = pNewEnd;
- // no horizontal edges allowed, all neeed to traverse vertivally
+ // no horizontal edges allowed, all neeed to traverse vertically
OSL_ENSURE(mpEnd->getY() > mpStart->getY(), "Illegal TrDeEdgeEntry constructed (!)");
}
}