diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-05-23 11:05:41 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-05-23 11:05:41 +0200 |
commit | 07dd5958fafc6b92503aed82854b4292366d543b (patch) | |
tree | a35a8e9aeb0e84e7702f8c273193a82f8aa6692f /basegfx/source | |
parent | 463fb4030732181245ef2679e805ec48c442ad60 (diff) |
Typo: Trapeziod->Trapezoid
Change-Id: Iab575622819e245b1459cba72dc34a9c387d00b6
Diffstat (limited to 'basegfx/source')
-rw-r--r-- | basegfx/source/polygon/b2dtrapezoid.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx index 4e544c01d100..d7168b715ae1 100644 --- a/basegfx/source/polygon/b2dtrapezoid.cxx +++ b/basegfx/source/polygon/b2dtrapezoid.cxx @@ -638,7 +638,7 @@ namespace basegfx // to not have an endless loop and start next. During development // i constantly had breakpoints here, so i am sure enough to add an // assertion here - OSL_FAIL("Trapeziod decomposer in illegal state (!)"); + OSL_FAIL("Trapezoid decomposer in illegal state (!)"); maTrDeEdgeEntries.pop_front(); continue; } @@ -652,7 +652,7 @@ namespace basegfx // line; consume the single edge to not have an endless loop and start // next. During development i constantly had breakpoints here, so i am // sure enough to add an assertion here - OSL_FAIL("Trapeziod decomposer in illegal state (!)"); + OSL_FAIL("Trapezoid decomposer in illegal state (!)"); maTrDeEdgeEntries.pop_front(); continue; } |