From 09e40a4956494655a2d544ab654372455882dbc3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 14 Sep 2015 02:21:15 +1000 Subject: Cleanup: spelling --- source/blender/freestyle/intern/geometry/GeomUtils.h | 2 +- source/blender/freestyle/intern/winged_edge/WEdge.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/geometry/GeomUtils.h b/source/blender/freestyle/intern/geometry/GeomUtils.h index 64aa6379e80..5a5d0809083 100644 --- a/source/blender/freestyle/intern/geometry/GeomUtils.h +++ b/source/blender/freestyle/intern/geometry/GeomUtils.h @@ -200,7 +200,7 @@ void fromWorldToCamera(const Vec3r& p, Vec3r& q, const real model_view_matrix[4] void fromCameraToRetina(const Vec3r& p, Vec3r& q, const real projection_matrix[4][4]); /*! From retina to image. - * Returns the coordinates expressed in Image coorinates system. + * Returns the coordinates expressed in Image coordinates system. * p * point's coordinates expressed in retina system * q diff --git a/source/blender/freestyle/intern/winged_edge/WEdge.h b/source/blender/freestyle/intern/winged_edge/WEdge.h index f610f6965aa..8001342775b 100644 --- a/source/blender/freestyle/intern/winged_edge/WEdge.h +++ b/source/blender/freestyle/intern/winged_edge/WEdge.h @@ -989,7 +989,7 @@ public: } /*! For triangles, returns the edge opposite to the vertex in e. - * returns flase if the face is not a triangle or if the vertex is not found + * returns false if the face is not a triangle or if the vertex is not found */ bool getOppositeEdge (const WVertex *v, WOEdge *&e); -- cgit v1.2.3