Fix: Some code and comment typos

Found with codespell
This commit is contained in:
nikolas
2019-01-17 17:01:07 -05:00
committed by Charles Pigott
parent 1623cb553b
commit d8ccad91f9
8 changed files with 17 additions and 17 deletions

View File

@@ -657,7 +657,7 @@ const CargoTypes CompanyStationsWindow::cargo_filter_max = ALL_CARGOTYPES;
CargoTypes CompanyStationsWindow::cargo_filter = ALL_CARGOTYPES;
const Station *CompanyStationsWindow::last_station = NULL;
/* Availible station sorting functions */
/* Available station sorting functions */
GUIStationList::SortFunction * const CompanyStationsWindow::sorter_funcs[] = {
&StationNameSorter,
&StationTypeSorter,