summaryrefslogtreecommitdiff
path: root/bin/game/compat_1.3.nut
diff options
context:
space:
mode:
Diffstat (limited to 'bin/game/compat_1.3.nut')
-rw-r--r--bin/game/compat_1.3.nut2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/game/compat_1.3.nut b/bin/game/compat_1.3.nut
index d58a34685..4116addbb 100644
--- a/bin/game/compat_1.3.nut
+++ b/bin/game/compat_1.3.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.3 API compatability in effect.");
+GSLog.Info("1.3 API compatibility in effect.");
GSTown._SetGrowthRate <- GSTown.SetGrowthRate;
GSTown.SetGrowthRate <- function(town_id, days_between_town_growth)