diff options
Diffstat (limited to 'src/2geom')
| -rw-r--r-- | src/2geom/convex-cover.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/convex-cover.h b/src/2geom/convex-cover.h index a0443e9dc..a5f95a5fb 100644 --- a/src/2geom/convex-cover.h +++ b/src/2geom/convex-cover.h @@ -163,7 +163,7 @@ unsigned find_bottom_right(ConvexHull const &a); /*** Arbitrary transform operator. * Take a convex hull and apply an arbitrary convexity preserving transform. - * we should be concerned about singular tranforms here. + * we should be concerned about singular transforms here. */ template <class T> ConvexHull operator*(ConvexHull const &p, T const &m) { ConvexHull pr; |
