mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 01:12:39 +01:00
Codefix: typos in comments and strings
This commit is contained in:
@@ -888,7 +888,7 @@ typedef std::set<std::unique_ptr<CargoDataEntry>, CargoSorter> CargoDataSet;
|
||||
/**
|
||||
* A cargo data entry representing one possible row in the station view window's
|
||||
* top part. Cargo data entries form a tree where each entry can have several
|
||||
* children. Parents keep track of the sums of their childrens' cargo counts.
|
||||
* children. Parents keep track of the sums of their children's cargo counts.
|
||||
*/
|
||||
class CargoDataEntry {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user