Cleanup: spelling

This commit is contained in:
2022-06-14 14:30:13 +10:00
parent b5a5c24396
commit 6c31bd80e3
2 changed files with 8 additions and 6 deletions

View File

@@ -294,8 +294,8 @@ void BKE_lib_override_library_property_delete(struct IDOverrideLibrary *override
*
* \param idpoin: Pointer to the override ID.
* \param library_prop: The library override property to find the matching RNA property for.
* \param r_index: The RNA array flat index (i.e. flatened index in case of multi-dimensional array
* properties). See #RNA_path_resolve_full familly of functions for details.
* \param r_index: The RNA array flat index (i.e. flattened index in case of multi-dimensional
* array properties). See #RNA_path_resolve_full family of functions for details.
*/
bool BKE_lib_override_rna_property_find(struct PointerRNA *idpoin,
const struct IDOverrideLibraryProperty *library_prop,