From f2f2bcf23cd8444e6a14bf1d0e3c04d4e034559b Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 20 Aug 2008 01:38:12 +0000 Subject: (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 :) --- src/misc/binaryheap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc') 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 * */ -- cgit v1.2.3-54-g00ecf