[Bf-blender-cvs] [e0e4005582e] blender-v3.3-release: Cleanup: Typos in comments.

Bastien Montagne noreply at git.blender.org
Fri Aug 12 12:42:16 CEST 2022


Commit: e0e4005582eae9dc1e0f110678a9280e66ea66f4
Author: Bastien Montagne
Date:   Fri Aug 12 12:42:03 2022 +0200
Branches: blender-v3.3-release
https://developer.blender.org/rBe0e4005582eae9dc1e0f110678a9280e66ea66f4

Cleanup: Typos in comments.

===================================================================

M	source/blender/blenkernel/BKE_lib_override.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_lib_override.h b/source/blender/blenkernel/BKE_lib_override.h
index 38469fd1b8e..8542c02fab5 100644
--- a/source/blender/blenkernel/BKE_lib_override.h
+++ b/source/blender/blenkernel/BKE_lib_override.h
@@ -60,14 +60,14 @@ void BKE_lib_override_library_clear(struct IDOverrideLibrary *override, bool do_
 void BKE_lib_override_library_free(struct IDOverrideLibrary **override, bool do_id_user);
 
 /**
- * Return the actual #IDOverrideLibrary data 'controlling' the given `id`, and the acutal ID owning
+ * Return the actual #IDOverrideLibrary data 'controlling' the given `id`, and the actual ID owning
  * it.
  *
  * \note This is especially useful when `id` is a non-real override (e.g. embedded ID like a master
  * collection or root node tree, or a shape key).
  *
- * \param owner_id_hint If not NULL, a potential owner for the given override-embedded `id`.
- * \param r_owner_id If given, will be set with the actual ID owning the return liboverride data.
+ * \param owner_id_hint: If not NULL, a potential owner for the given override-embedded `id`.
+ * \param r_owner_id: If given, will be set with the actual ID owning the return liboverride data.
  */
 IDOverrideLibrary *BKE_lib_override_library_get(struct Main *bmain,
                                                 struct ID *id,



More information about the Bf-blender-cvs mailing list