[Bf-blender-cvs] [b144a89] master: Fix for typo in comment

Joshua Leung noreply at git.blender.org
Sun Jul 6 09:36:52 CEST 2014


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;




More information about the Bf-blender-cvs mailing list