summaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-08-20 01:38:12 +0000
committerbelugas <belugas@openttd.org>2008-08-20 01:38:12 +0000
commitf2f2bcf23cd8444e6a14bf1d0e3c04d4e034559b (patch)
tree6535e6cecda9dc1aa99f537f39300637c95640aa /src/misc
parent77ee09921217eac1540b82978178779eb839d08e (diff)
downloadopenttd-f2f2bcf23cd8444e6a14bf1d0e3c04d4e034559b.tar.xz
(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.
Provided by ln I've added a little fix on currency.cpp too, why not :)
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/binaryheap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/binaryheap.hpp b/src/misc/binaryheap.hpp
index 8b55badf9..f8a343724 100644
--- a/src/misc/binaryheap.hpp
+++ b/src/misc/binaryheap.hpp
@@ -25,7 +25,7 @@
* use indices 1..max_items instead of zero based C indexing.
*
* 3) Item of the binary heap should support these public members:
- * - 'lower-then' operator '<' - used for comparing items before moving
+ * - 'lower-than' operator '<' - used for comparing items before moving
*
*/