TBTR: Fix spelling issues in comment and a method name.

This commit is contained in:
Jonathan G Rennison
2017-01-21 01:28:32 +00:00
parent 4800e47270
commit 285ba41699
4 changed files with 5 additions and 5 deletions

View File

@@ -211,7 +211,7 @@ Train* DeleteVirtualTrain(Train *chain, Train *to_del) {
}
}
// retrieve template vehicle from templatereplacement that belongs to the given group
// retrieve template vehicle from template replacement that belongs to the given group
TemplateVehicle* GetTemplateVehicleByGroupID(GroupID gid) {
if (gid >= NEW_GROUP) return NULL;
TemplateReplacement *tr;