summaryrefslogtreecommitdiff
path: root/include/basegfx/polygon/b2dtrapezoid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/polygon/b2dtrapezoid.hxx')
-rw-r--r--include/basegfx/polygon/b2dtrapezoid.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/polygon/b2dtrapezoid.hxx b/include/basegfx/polygon/b2dtrapezoid.hxx
index 7d4dec4fd85a..41885cf894bb 100644
--- a/include/basegfx/polygon/b2dtrapezoid.hxx
+++ b/include/basegfx/polygon/b2dtrapezoid.hxx
@@ -80,7 +80,7 @@ namespace basegfx
// convert SourcePolyPolygon to trapezoids. The trapezoids will be appended to
// ro_Result. ro_Result will not be cleared. If SourcePolyPolygon contains curves,
// it's default AdaptiveSubdivision will be used.
- // CAUTION: Trapezoids are oreintation-dependent in the sense that the upper and lower
+ // CAUTION: Trapezoids are orientation-dependent in the sense that the upper and lower
// lines have to be parallel to the X-Axis, thus this subdivision is NOT simply usable
// for primitive decompositions. To use it, the shear and rotate parts of the
// involved transformations HAVE to be taken into account.