Fix typo in settings.h and wxListCtrl Class Reference

Consistently use "colour" spelling.

Closes https://github.com/wxWidgets/wxWidgets/pull/1903
This commit is contained in:
Hertatijanto Hartono
2020-06-22 23:31:14 +07:00
committed by Vadim Zeitlin
parent 9278c3e01c
commit 8ff434c2a5
2 changed files with 6 additions and 6 deletions

View File

@@ -906,7 +906,7 @@ public:
long InsertItem(wxListItem& info);
/**
Insert an string item.
Insert a string item.
@param index
Index of the new item, supplied by the application