Cleanup: spelling in comments

This commit is contained in:
2021-09-24 11:31:23 +10:00
parent 599d96e8f9
commit bc65c7d0e5
31 changed files with 64 additions and 61 deletions

View File

@@ -473,7 +473,7 @@ bool BKE_object_material_slot_used(ID *id, short actcol)
case ID_CU:
return BKE_curve_material_index_used((Curve *)id, actcol - 1);
case ID_MB:
/* meta-elems don't have materials atm */
/* Meta-elements don't support materials at the moment. */
return false;
case ID_GD:
return BKE_gpencil_material_index_used((bGPdata *)id, actcol - 1);