From 93b63537e25095ca182e81a66372063abc56a124 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 29 Jan 2019 21:46:59 +0100 Subject: Cleanup: typo in comment. --- source/blender/editors/include/ED_anim_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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; -- cgit v1.2.3