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/blenkernel/intern/geometry_component_instances.cc
parent3b7df2e15778f61711adf44b81d58517bb9368ec (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/intern/geometry_component_instances.cc')
-rw-r--r--source/blender/blenkernel/intern/geometry_component_instances.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/geometry_component_instances.cc b/source/blender/blenkernel/intern/geometry_component_instances.cc
index f1294341464..3b1b7456162 100644
--- a/source/blender/blenkernel/intern/geometry_component_instances.cc
+++ b/source/blender/blenkernel/intern/geometry_component_instances.cc
@@ -59,7 +59,7 @@ void InstancesComponent::reserve(int min_capacity)
/**
* Resize the transform, handles, and ID vectors to the specified capacity.
*
- * \note This function should be used carefully, only when it's guarenteed
+ * \note This function should be used carefully, only when it's guaranteed
* that the data will be filled.
*/
void InstancesComponent::resize(int capacity)