mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 12:39:11 +00:00
(svn r19614) -Codechange: "it's" => "its" where appropriate
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
/**
|
||||
* Binary Heap as C++ template.
|
||||
* A carrier which keeps it's items automaticaly holds the smallest item at
|
||||
* A carrier which keeps its items automaticaly holds the smallest item at
|
||||
* the first position. The order of items is maintained by using a binary tree.
|
||||
* The implementation is used for priority queue's.
|
||||
*
|
||||
|
Reference in New Issue
Block a user