From ed4c47632fd6c43aa9284e9ae9bcb77a7ec2ec82 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 Mar 2020 12:05:34 +1100 Subject: Cleanup: spelling --- source/blender/freestyle/intern/view_map/ViewMapBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/view_map') diff --git a/source/blender/freestyle/intern/view_map/ViewMapBuilder.h b/source/blender/freestyle/intern/view_map/ViewMapBuilder.h index eac5b348555..a5d967af331 100644 --- a/source/blender/freestyle/intern/view_map/ViewMapBuilder.h +++ b/source/blender/freestyle/intern/view_map/ViewMapBuilder.h @@ -255,7 +255,7 @@ class ViewMapBuilder { * fe is the border (in 2D) between 2 2D spaces. * if fe is a silhouette, One of these 2D spaces is occupied by the shape to which fe * belongs (on its left) and the other one is either occupied by another shape or empty or - * occupied by the same shape. We use this ray csating operation to determine which shape lies on + * occupied by the same shape. We use this ray casting operation to determine which shape lies on * fe's right. The result is the shape id stored in oShapeId */ int ComputeRayCastingVisibility(FEdge *fe, -- cgit v1.2.3