Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-09-20 09:42:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-20 09:44:28 +0300
commitc5c8c68eec93e57ed46be4371d8831e2f0fe3fe2 (patch)
treea8ec26687285ba1059e03077bca221cd90effcaa /source/blender/nodes
parentc77344384567b4aad2e39691b2423f34306c963f (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_curve_to_mesh.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_curve_to_mesh.cc b/source/blender/nodes/geometry/nodes/node_geo_curve_to_mesh.cc
index f46440fd949..b8bdb3d71d6 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_curve_to_mesh.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_curve_to_mesh.cc
@@ -339,7 +339,7 @@ struct ResultAttributes {
/**
* Result attributes corresponding the attributes on the profile input, in the same order. The
- * attributes are optional in case the attribute names correspond to a namse used by the curve
+ * attributes are optional in case the attribute names correspond to a names used by the curve
* input, in which case the curve input attributes take precedence.
*/
Vector<std::optional<ResultAttributeData>> profile_point_attributes;