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
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2019-01-29 23:46:59 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-01-29 23:49:46 +0300
commit93b63537e25095ca182e81a66372063abc56a124 (patch)
tree148fac8daf259c490c21807dab36eda9ada221ab /source
parent1a61c209a0ff7c7b10a3b9bd00cb125fd5e21de6 (diff)
Cleanup: typo in comment.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/include/ED_anim_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_anim_api.h b/source/blender/editors/include/ED_anim_api.h
index d76559077df..2818e239a8a 100644
--- a/source/blender/editors/include/ED_anim_api.h
+++ b/source/blender/editors/include/ED_anim_api.h
@@ -178,7 +178,7 @@ typedef struct bAnimListElem {
* action's ID. But if this is a f-curve which is a driver, then the owner
* is set to, for example, object.
*
- * Note, that this is different from id above. The if above will be set to
+ * Note, that this is different from id above. The id above will be set to
* an object if the f-curve is coming from action associated with that
* object. */
struct ID *fcurve_owner_id;