From 03173d63c01aede48f361ce83f53e5e9d8236c05 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 8 Jul 2022 09:10:30 +1000 Subject: Cleanup: spelling in comments Also move mis-placed doc-string. --- source/blender/blenkernel/BKE_armature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_armature.h') diff --git a/source/blender/blenkernel/BKE_armature.h b/source/blender/blenkernel/BKE_armature.h index 98f9f8e3588..ee0f41937e2 100644 --- a/source/blender/blenkernel/BKE_armature.h +++ b/source/blender/blenkernel/BKE_armature.h @@ -159,7 +159,7 @@ struct BoundBox *BKE_armature_boundbox_get(struct Object *ob); * Visual elements such as the envelopes radius & bendy-bone spline segments are *not* included, * making this not so useful for viewport culling. * - * \param use_empty_drawtype: When enabled, the draw type of empty custom-objects is tagen into + * \param use_empty_drawtype: When enabled, the draw type of empty custom-objects is taken into * account when calculating the bounds. */ void BKE_pchan_minmax(const struct Object *ob, -- cgit v1.2.3