Cleanup: spelling in comments

This commit is contained in:
2022-06-30 12:14:22 +10:00
parent 209f2b85d7
commit b6c28002ac
41 changed files with 87 additions and 82 deletions

View File

@@ -1005,7 +1005,7 @@ static uiTooltipData *ui_tooltip_data_from_button_or_extra_icon(bContext *C,
/* this could get its own 'BUT_GET_...' type */
/* never fails */
/* move ownership (no need for re-alloc) */
/* Move ownership (no need for re-allocation). */
if (rnaprop) {
field->text = RNA_path_full_property_py_ex(
CTX_data_main(C), &but->rnapoin, rnaprop, but->rnaindex, true);