From bba80ed7afa8ccea14310f35f767749f5d04207e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 17 Aug 2014 12:18:40 +1000 Subject: Cleanup --- source/blender/freestyle/intern/view_map/SteerableViewMap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/freestyle/intern') diff --git a/source/blender/freestyle/intern/view_map/SteerableViewMap.h b/source/blender/freestyle/intern/view_map/SteerableViewMap.h index 0cd5d222621..3a660627776 100644 --- a/source/blender/freestyle/intern/view_map/SteerableViewMap.h +++ b/source/blender/freestyle/intern/view_map/SteerableViewMap.h @@ -54,7 +54,7 @@ class GrayImage; class SteerableViewMap { protected: - // for each vector the list of nbOrientations weigths corresponding to its contributions + // for each vector the list of nbOrientations weights corresponding to its contributions // to the nbOrientations directional maps map _mapping; unsigned _nbOrientations; @@ -73,7 +73,7 @@ public: virtual void Reset(); /*! Adds a FEdge to steerable VM. - * Returns the nbOrientations weigths corresponding to the FEdge contributions to the nbOrientations + * Returns the nbOrientations weights corresponding to the FEdge contributions to the nbOrientations * directional maps. */ double *AddFEdge(FEdge *iFEdge); -- cgit v1.2.3