From d2267db53ad7042d46d2ff6d8cccb38afd54db93 Mon Sep 17 00:00:00 2001 From: Thomas Troeger Date: Sun, 16 Mar 2014 22:44:26 +0100 Subject: [PATCH] - minor spelling fix. --- scripts/tests/e3a.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tests/e3a.lua b/scripts/tests/e3a.lua index e17965342..b1e730f96 100644 --- a/scripts/tests/e3a.lua +++ b/scripts/tests/e3a.lua @@ -679,7 +679,7 @@ function test_bug_1738_build_castle_e3() -- castle now has size 229. u2:clear_orders() u2:add_order("MACHE BURG " .. itoa36(c.id)) - -- 32 * 3 makes 96 talent points. + -- 32 * 3 makes 96 skill points. -- from size 229 to size 250 needs 21 * 3 = 63 points, rest 33. -- 33/4 makes 8 points, resulting size is 258. @@ -689,6 +689,6 @@ function test_bug_1738_build_castle_e3() write_report(f) ]]-- -- resulting size should be 250 because unit 2 - -- does not have the needed minimum talent. + -- does not have the needed minimum skill. assert_equal(c.size, 250) end