Kaydet (Commit) 07dd5958 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: Trapeziod->Trapezoid

Change-Id: Iab575622819e245b1459cba72dc34a9c387d00b6
üst 463fb403
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment