Cleanup: spelling in comments (make check_spelling_*)

This commit is contained in:
Campbell Barton
2025-07-29 10:04:04 +10:00
parent 1557d5c388
commit c737c30b38
2 changed files with 4 additions and 4 deletions

View File

@@ -240,7 +240,7 @@ int BLI_convexhull_2d(blender::Span<blender::float2> points, int r_points[])
/** \} */
/* -------------------------------------------------------------------- */
/** \name Comupte AABB Fitting Angle (For Assertion)
/** \name Compute AABB Fitting Angle (For Assertion)
* \{ */
#if defined(USE_BRUTE_FORCE_ASSERT) && !defined(NDEBUG)
@@ -552,7 +552,7 @@ static void convexhull_2d_angle_iter_step(HullAngleIter &hiter)
/** \} */
/* -------------------------------------------------------------------- */
/** \name Comupte AABB Fitting Angle (Optimized)
/** \name Compute AABB Fitting Angle (Optimized)
* \{ */
/**

View File

@@ -993,8 +993,8 @@ void uiTemplateImageSettings(uiLayout *layout, PointerRNA *imfptr, bool color_ma
col->prop(imfptr, "media_type", UI_ITEM_NONE, std::nullopt, ICON_NONE);
/* Multi layer images and video media types only have a single supported format, so we needn't
* draw the format format enum. */
/* Multi layer images and video media types only have a single supported format,
* so we needn't draw the format enum. */
if (imf->media_type == MEDIA_TYPE_IMAGE) {
col->prop(imfptr, "file_format", UI_ITEM_NONE, std::nullopt, ICON_NONE);
}