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-12 12:51:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-12 12:51:16 +0300
commit2aa7edbe6b4428d8f7915a9dc402d1209a4b114b (patch)
tree90d0d1b824388f5a787ac7ee8ae0ca6a1f5fd03d /source/blender/blenkernel/BKE_anonymous_attribute.hh
parent15405685d9a0111588a769fdba98e3d34464513f (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/BKE_anonymous_attribute.hh')
-rw-r--r--source/blender/blenkernel/BKE_anonymous_attribute.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_anonymous_attribute.hh b/source/blender/blenkernel/BKE_anonymous_attribute.hh
index 201fa2b2f52..56e6335c7c0 100644
--- a/source/blender/blenkernel/BKE_anonymous_attribute.hh
+++ b/source/blender/blenkernel/BKE_anonymous_attribute.hh
@@ -120,7 +120,7 @@ template<bool IsStrongReference> class OwnedAnonymousAttributeID {
return BKE_anonymous_attribute_id_has_strong_references(data_);
}
- /** Extract the onwership of the currently wrapped anonymous id. */
+ /** Extract the ownership of the currently wrapped anonymous id. */
const AnonymousAttributeID *extract()
{
const AnonymousAttributeID *extracted_data = data_;