From a1322d7c9546dc78204c0ba9980c1e3094149e7a Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 19 Mar 2020 20:33:23 +0100 Subject: Cleanup: fix typos in comments Contributed by luzpaz. Differential Revision: https://developer.blender.org/D7133 --- source/blender/freestyle/intern/geometry/SweepLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/geometry/SweepLine.h b/source/blender/freestyle/intern/geometry/SweepLine.h index f31b276d358..b3555a4a160 100644 --- a/source/blender/freestyle/intern/geometry/SweepLine.h +++ b/source/blender/freestyle/intern/geometry/SweepLine.h @@ -31,7 +31,7 @@ namespace Freestyle { -/*! Class to define the intersection berween two segments*/ +/*! Class to define the intersection between two segments*/ template class Intersection { public: template Intersection(EdgeClass *eA, real ta, EdgeClass *eB, real tb) -- cgit v1.2.3