mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 19:02:41 +01:00
Codefix: typos in comments and strings
This commit is contained in:
@@ -1712,7 +1712,7 @@ static void CheckIfRoadVehNeedsService(RoadVehicle *v)
|
||||
SetWindowWidgetDirty(WC_VEHICLE_VIEW, v->index, WID_VV_START_STOP);
|
||||
}
|
||||
|
||||
/** Calandar day handler */
|
||||
/** Calander day handler */
|
||||
void RoadVehicle::OnNewCalendarDay()
|
||||
{
|
||||
if (!this->IsFrontEngine()) return;
|
||||
|
||||
Reference in New Issue
Block a user