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>2020-09-29 06:58:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-29 06:58:16 +0300
commit58b8724a48929176398b081acce448d69f3d14e5 (patch)
treeb50e43f142495244a3cf482c3e93607b2abca55b /source/blender/blenkernel/intern/anim_data.c
parentb150071ece73735d814dc369500be27db03f1005 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/intern/anim_data.c')
-rw-r--r--source/blender/blenkernel/intern/anim_data.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/blenkernel/intern/anim_data.c b/source/blender/blenkernel/intern/anim_data.c
index e7c6e00a61f..cf16da285ae 100644
--- a/source/blender/blenkernel/intern/anim_data.c
+++ b/source/blender/blenkernel/intern/anim_data.c
@@ -167,14 +167,14 @@ AnimData *BKE_animdata_add_id(ID *id)
/* Action Setter --------------------------------------- */
/**
- * Called when user tries to change the active action of an AnimData block
+ * Called when user tries to change the active action of an #AnimData block
* (via RNA, Outliner, etc.)
*
- * \param reports can be NULL.
- * \param id the owner of the animation data
- * \param act the Action to set, or NULL to clear.
+ * \param reports: Can be NULL.
+ * \param id: The owner of the animation data
+ * \param act: The Action to set, or NULL to clear.
*
- * Return true when the action was succesfully updated, false otherwise.
+ * \return true when the action was successfully updated, false otherwise.
*/
bool BKE_animdata_set_action(ReportList *reports, ID *id, bAction *act)
{