summaryrefslogtreecommitdiff
path: root/bin/game/compat_1.2.nut
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-03-17 20:05:38 +0000
committerfrosch <frosch@openttd.org>2014-03-17 20:05:38 +0000
commit6baa58a7d864a365d13f7e6f172e7296519249fe (patch)
treebe85fc269e81e0086b16a8e5973f2bc6eb121f62 /bin/game/compat_1.2.nut
parentdb96a109ff29776e00c6860acdef2d61b81a1f0b (diff)
downloadopenttd-6baa58a7d864a365d13f7e6f172e7296519249fe.tar.xz
(svn r26407) -Fix: __ln__ never read the script compatibility files.
Diffstat (limited to 'bin/game/compat_1.2.nut')
-rw-r--r--bin/game/compat_1.2.nut2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/game/compat_1.2.nut b/bin/game/compat_1.2.nut
index 6126809c8..37ff5907d 100644
--- a/bin/game/compat_1.2.nut
+++ b/bin/game/compat_1.2.nut
@@ -7,7 +7,7 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
-GSLog.Info("1.2 API compatability in effect.");
+GSLog.Info("1.2 API compatibility in effect.");
GSTown._SetGrowthRate <- GSTown.SetGrowthRate;
GSTown.SetGrowthRate <- function(town_id, days_between_town_growth)