Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-02-27 16:40:26 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-02-28 12:12:08 +0300
commit9a855f94fc178df5a7afe47ac8b9998f6d835783 (patch)
tree387df20bbbd78b4f85176e0f72fe0d866ec55b95 /source/blender/freestyle
parent4c4d36c25e46fdf82b3639d8bffee66c7bbb9dbd (diff)
Cleanup: Spelling
Diffstat (limited to 'source/blender/freestyle')
-rw-r--r--source/blender/freestyle/intern/stroke/Stroke.h2
1 files changed, 1 insertions, 1 deletions
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);