Cleanup: Fix typos in source/blender/draw

Fixes user-facing and non-user-facing typos.
Found via codespell

Pull Request: https://projects.blender.org/blender/blender/pulls/145972
This commit is contained in:
luz paz
2025-09-10 11:19:36 +02:00
committed by Pratik Borhade
parent 7ecf44a05c
commit 0c3005ca0c
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ ENUM_OPERATORS(StickBoneFlag, POS_BONE)
#define EDGE_UV_SELECT (1u << 5)
#define FACE_UV_ACTIVE (1u << 6)
#define FACE_UV_SELECT (1u << 7)
/* data[1] (2st byte flags) */
/* data[1] (2nd byte flags) */
#define VERT_ACTIVE (1u << 0)
#define VERT_SELECTED (1u << 1)
#define VERT_SELECTED_BEZT_HANDLE (1u << 2)

View File

@@ -195,7 +195,7 @@ bool ShadowPass::ShadowView::debug_object_culling(Object *ob)
}
}
if (separating_axis) {
printf("Sepatating Axis >>> x: %f, y: %f, z: %f, w: %f \n", UNPACK4(plane));
printf("Separating Axis >>> x: %f, y: %f, z: %f, w: %f \n", UNPACK4(plane));
return true;
}
}