From 5f1adfc508cfa117aeead20462f82233d36dca6f Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 5 Apr 2022 22:21:13 +0200 Subject: Cleanup: fix various typos Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14443 --- source/blender/freestyle/intern/stroke/StrokeTesselator.h | 2 +- source/blender/freestyle/intern/view_map/ViewMapTesselator.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/stroke/StrokeTesselator.h b/source/blender/freestyle/intern/stroke/StrokeTesselator.h index 3e4184bf6cf..d2dde68e77e 100644 --- a/source/blender/freestyle/intern/stroke/StrokeTesselator.h +++ b/source/blender/freestyle/intern/stroke/StrokeTesselator.h @@ -32,7 +32,7 @@ class StrokeTesselator { /** Builds a line rep contained from a Stroke */ LineRep *Tesselate(Stroke *iStroke); - /** Builds a set of lines rep contained under a a NodeShape, itself contained under a NodeGroup + /** Builds a set of lines rep contained under a NodeShape, itself contained under a NodeGroup * from a set of strokes. */ template NodeGroup *Tesselate(StrokeIterator begin, StrokeIterator end); diff --git a/source/blender/freestyle/intern/view_map/ViewMapTesselator.h b/source/blender/freestyle/intern/view_map/ViewMapTesselator.h index 9a40ebe7cd7..2da95d47912 100644 --- a/source/blender/freestyle/intern/view_map/ViewMapTesselator.h +++ b/source/blender/freestyle/intern/view_map/ViewMapTesselator.h @@ -42,11 +42,11 @@ class ViewMapTesselator { { } - /** Builds a set of lines rep contained under a a NodeShape, itself contained under a NodeGroup + /** Builds a set of lines rep contained under a NodeShape, itself contained under a NodeGroup * from a ViewMap */ NodeGroup *Tesselate(ViewMap *iViewMap); - /** Builds a set of lines rep contained under a a NodeShape, itself contained under a NodeGroup + /** Builds a set of lines rep contained under a NodeShape, itself contained under a NodeGroup * from a set of view edges */ template -- cgit v1.2.3