diff src/town_cmd.cpp @ 15002:baf0e12ad2b4 draft

(svn r19614) -Codechange: "it's" => "its" where appropriate
author smatz <smatz@openttd.org>
date Mon, 12 Apr 2010 14:12:47 +0000 (2010-04-12)
parents 3128bb512766
children ae5f1c6f349c
line wrap: on
line diff
--- a/src/town_cmd.cpp
+++ b/src/town_cmd.cpp
@@ -1657,7 +1657,7 @@
 
 /**
  * CircularTileSearch callback; finds the tile furthest from any
- * water. slightly bit tricky, since it has to do a search of it's own
+ * water. slightly bit tricky, since it has to do a search of its own
  * in order to find the distance to the water from each square in the
  * radius.
  *