From beae4f498da5a730889e9deb17455263a6e2f054 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 31 Oct 2013 14:10:01 +0000 Subject: code cleanup: spelling --- source/blender/freestyle/intern/stroke/Curve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/stroke/Curve.h') diff --git a/source/blender/freestyle/intern/stroke/Curve.h b/source/blender/freestyle/intern/stroke/Curve.h index 68da744d7b3..7e3b6732bff 100644 --- a/source/blender/freestyle/intern/stroke/Curve.h +++ b/source/blender/freestyle/intern/stroke/Curve.h @@ -491,7 +491,7 @@ public: return _Id; } - /*! Returns the number of segments in the polyline constituing the Curve. */ + /*! Returns the number of segments in the polyline constituting the Curve. */ inline unsigned int nSegments() const { return _nSegments; -- cgit v1.2.3