From 2aa7edbe6b4428d8f7915a9dc402d1209a4b114b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 12 Sep 2021 19:51:16 +1000 Subject: Cleanup: spelling --- source/blender/blenloader/intern/versioning_300.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c index b474209e618..6b8f011e9fc 100644 --- a/source/blender/blenloader/intern/versioning_300.c +++ b/source/blender/blenloader/intern/versioning_300.c @@ -685,7 +685,7 @@ static bool geometry_node_is_293_legacy(const short node_type) case GEO_NODE_COLLECTION_INFO: return false; - /* Maybe legacy: Transfered *all* attributes before, will not transfer all built-ins now. */ + /* Maybe legacy: Transferred *all* attributes before, will not transfer all built-ins now. */ case GEO_NODE_CURVE_ENDPOINTS: case GEO_NODE_CURVE_TO_POINTS: return false; @@ -732,7 +732,7 @@ static bool geometry_node_is_293_legacy(const short node_type) return true; /* Legacy: More complex attribute inputs or outputs. */ - case GEO_NODE_LEGACY_DELETE_GEOMETRY: /* Needs field input, domain dropdown. */ + case GEO_NODE_LEGACY_DELETE_GEOMETRY: /* Needs field input, domain drop-down. */ case GEO_NODE_LEGACY_CURVE_SUBDIVIDE: /* Needs field count input. */ case GEO_NODE_LEGACY_POINTS_TO_VOLUME: /* Needs field radius input. */ case GEO_NODE_LEGACY_SELECT_BY_MATERIAL: /* Output anonymous attribute. */ -- cgit v1.2.3