summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
diff options
context:
space:
mode:
authornikolas <nikolas@gnu.org>2019-01-17 17:01:07 -0500
committerCharles Pigott <charlespigott@googlemail.com>2019-01-17 22:01:07 +0000
commitd8ccad91f9f3c4554908c62a9e250ac61060d1ce (patch)
tree94e5594c72a056e5debaa1eaa66d5e7a5d755c18 /src/station_gui.cpp
parent1623cb553b7d299d0115034609763b6f3063680f (diff)
downloadopenttd-d8ccad91f9f3c4554908c62a9e250ac61060d1ce.tar.xz
Fix: Some code and comment typos
Found with codespell
Diffstat (limited to 'src/station_gui.cpp')
-rw-r--r--src/station_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_gui.cpp b/src/station_gui.cpp
index 11af2f55f..5c2e06070 100644
--- a/src/station_gui.cpp
+++ b/src/station_gui.cpp
@@ -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,