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-05-10 09:17:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-05-10 09:19:40 +0300
commitf2370bb22d7fd9b03a46c2df1f0eb9c2cd6676b2 (patch)
treead446af5f814f96bcf149d07379b0a36a0bbacb3 /source/blender/nodes
parent3b7df2e15778f61711adf44b81d58517bb9368ec (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_point_instance.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_point_instance.cc b/source/blender/nodes/geometry/nodes/node_geo_point_instance.cc
index 7194707e602..6f66f2145fa 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_point_instance.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_point_instance.cc
@@ -130,7 +130,7 @@ static Vector<InstanceReference> get_instance_references(GeoNodeExecParams &para
/**
* Add the instance references to the component as a separate step from actually creating the
* instances in order to avoid a map lookup for every transform. While this might add some
- * unecessary references if they are not chosen while adding transforms, in the common cases
+ * unnecessary references if they are not chosen while adding transforms, in the common cases
* there are many more transforms than there are references, so that isn't likely.
*/
static Array<int> add_instance_references(InstancesComponent &instance_component,