Cleanup: spelling in comments

This commit is contained in:
2022-06-03 13:39:37 +10:00
parent 379672ca0b
commit e87082d8a7
43 changed files with 76 additions and 76 deletions

View File

@@ -1866,7 +1866,7 @@ struct PointerRNA *UI_region_panel_custom_data_under_cursor(const struct bContex
const struct wmEvent *event);
void UI_panel_custom_data_set(struct Panel *panel, struct PointerRNA *custom_data);
/* Polyinstantiated panels for representing a list of data. */
/* Poly-instantiated panels for representing a list of data. */
/**
* Called in situations where panels need to be added dynamically rather than
* having only one panel corresponding to each #PanelType.