From f01c6e185f5447c2c2e4998e7e335d650d6005df Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 23 May 2015 22:02:03 +1000 Subject: Cleanup: typos --- source/blender/editors/armature/armature_select.c | 2 +- source/blender/editors/armature/pose_select.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/armature') diff --git a/source/blender/editors/armature/armature_select.c b/source/blender/editors/armature/armature_select.c index c89c68ff46d..5aa2c628252 100644 --- a/source/blender/editors/armature/armature_select.c +++ b/source/blender/editors/armature/armature_select.c @@ -54,7 +54,7 @@ #include "armature_intern.h" -/* utility macros fro storing a temp int in the bone (selection flag) */ +/* utility macros for storing a temp int in the bone (selection flag) */ #define EBONE_PREV_FLAG_GET(ebone) ((void)0, (ebone)->temp.i) #define EBONE_PREV_FLAG_SET(ebone, val) ((ebone)->temp.i = val) diff --git a/source/blender/editors/armature/pose_select.c b/source/blender/editors/armature/pose_select.c index ce8d026f73b..3bac50ef3ed 100644 --- a/source/blender/editors/armature/pose_select.c +++ b/source/blender/editors/armature/pose_select.c @@ -62,7 +62,7 @@ #include "armature_intern.h" -/* utility macros fro storing a temp int in the bone (selection flag) */ +/* utility macros for storing a temp int in the bone (selection flag) */ #define PBONE_PREV_FLAG_GET(pchan) ((void)0, (GET_INT_FROM_POINTER((pchan)->temp))) #define PBONE_PREV_FLAG_SET(pchan, val) ((pchan)->temp = SET_INT_IN_POINTER(val)) -- cgit v1.2.3