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:
authorJoshua Leung <aligorith@gmail.com>2014-07-04 17:05:50 +0400
committerJoshua Leung <aligorith@gmail.com>2014-07-06 11:35:23 +0400
commitb144a8961b84a643f0d5aaef7d9e17e827f1c527 (patch)
tree78791b153403a768d8966f4e97faabecbc38c447 /source
parent2ec00774080ba61339225d603b7d009266ab85ca (diff)
Fix for typo in comment
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/armature/pose_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/pose_select.c b/source/blender/editors/armature/pose_select.c
index b0a82683c48..aa741ef9aaf 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;