From 6baa58a7d864a365d13f7e6f172e7296519249fe Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 17 Mar 2014 20:05:38 +0000 Subject: (svn r26407) -Fix: __ln__ never read the script compatibility files. --- bin/ai/compat_1.1.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ai/compat_1.1.nut') diff --git a/bin/ai/compat_1.1.nut b/bin/ai/compat_1.1.nut index cb539a721..32127b438 100644 --- a/bin/ai/compat_1.1.nut +++ b/bin/ai/compat_1.1.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 . */ -AILog.Info("1.1 API compatability in effect."); +AILog.Info("1.1 API compatibility in effect."); AICompany.GetCompanyValue <- function(company) { -- cgit v1.2.3-54-g00ecf