From 30422af227381c9aa900690586d25adec4fa262f Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Wed, 9 Oct 2013 21:09:49 +0200 Subject: Documentation/Translation. Fix for Bug #1236382 (Typos in comments and message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673) --- src/2geom/convex-cover.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/2geom') 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 ConvexHull operator*(ConvexHull const &p, T const &m) { ConvexHull pr; -- cgit v1.2.3