From 7874447e4a75d77eddacb0b0186ea1e9f2c76596 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 Nov 2013 21:59:30 +0000 Subject: code cleanup: typo and warning when openmp's disabled. --- source/blender/editors/armature/armature_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/armature/armature_edit.c') diff --git a/source/blender/editors/armature/armature_edit.c b/source/blender/editors/armature/armature_edit.c index 4c90a37e720..29eebe86afa 100644 --- a/source/blender/editors/armature/armature_edit.c +++ b/source/blender/editors/armature/armature_edit.c @@ -484,7 +484,7 @@ static int armature_fill_bones_exec(bContext *C, wmOperator *op) /* the number of joints determines how we fill: * 1) between joint and cursor (joint=head, cursor=tail) - * 2) between the two joints (order is dependent on active-bone/hierachy) + * 2) between the two joints (order is dependent on active-bone/hierarchy) * 3+) error (a smarter method involving finding chains needs to be worked out */ count = BLI_countlist(&points); -- cgit v1.2.3