Commit: b144a8961b84a643f0d5aaef7d9e17e827f1c527
Author: Joshua Leung
Date:   Sat Jul 5 01:05:50 2014 +1200
https://developer.blender.org/rBb144a8961b84a643f0d5aaef7d9e17e827f1c527

Fix for typo in comment

===================================================================

M       source/blender/editors/armature/pose_select.c

===================================================================

diff --git a/source/blender/editors/armature/pose_select.c 
b/source/blender/editors/armature/pose_select.c
index b0a8268..aa741ef 100644
--- a/source/blender/editors/armature/pose_select.c
+++ b/source/blender/editors/armature/pose_select.c
@@ -243,7 +243,7 @@ static void selectconnected_posebonechildren(Object *ob, 
Bone *bone, int extend)
 {
        Bone *curBone;
        
-       /* stop when unconnected child is encontered, or when unselectable bone 
is encountered */
+       /* stop when unconnected child is encountered, or when unselectable 
bone is encountered */
        if (!(bone->flag & BONE_CONNECTED) || (bone->flag & BONE_UNSELECTABLE))
                return;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to