diff -r 13c9ede0ae49 -r 2b721243365f src/newgrf.cpp --- a/src/newgrf.cpp Mon Aug 25 18:14:19 2008 +0000 +++ b/src/newgrf.cpp Mon Aug 25 20:10:45 2008 +0000 @@ -5737,7 +5737,7 @@ if (indsp->station_name != STR_NULL) { /* STR_NULL (0) can be set by grf. It has a meaning regarding assignation of the - * station's name. Don't wont to loose the value, therefor, do not process. */ + * station's name. Don't want to lose the value, therefore, do not process. */ strid = GetGRFStringID(indsp->grf_prop.grffile->grfid, indsp->station_name); if (strid != STR_UNDEFINED) indsp->station_name = strid; }