diff --git a/source/blender/makesdna/DNA_armature_types.h b/source/blender/makesdna/DNA_armature_types.h index ad2fbd06897..71dcaee4558 100644 --- a/source/blender/makesdna/DNA_armature_types.h +++ b/source/blender/makesdna/DNA_armature_types.h @@ -297,7 +297,7 @@ typedef struct BoneCollection { * * \return true when this collection and all its ancestors are visible. * - * \see is_visisble + * \see is_visible */ bool is_visible_effectively() const; #endif