From 9a855f94fc178df5a7afe47ac8b9998f6d835783 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 27 Feb 2020 14:40:26 +0100 Subject: Cleanup: Spelling --- source/blender/freestyle/intern/stroke/Stroke.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/stroke/Stroke.h b/source/blender/freestyle/intern/stroke/Stroke.h index ffca8b92c6d..7983e8cdde2 100644 --- a/source/blender/freestyle/intern/stroke/Stroke.h +++ b/source/blender/freestyle/intern/stroke/Stroke.h @@ -620,7 +620,7 @@ class Stroke : public Interface1D { * \param iVertex: * The StrokeVertex to insert in the Stroke. * \param next: - * A StrokeVertexIterator pointing to the StrokeVeretx before which iVertex must be inserted. + * A StrokeVertexIterator pointing to the StrokeVertex before which iVertex must be inserted. */ void InsertVertex(StrokeVertex *iVertex, StrokeInternal::StrokeVertexIterator next); -- cgit v1.2.3