SConstruct: small typo

This commit is contained in:
anatoly techtonik 2014-02-27 09:55:54 +02:00
parent b58d40d9fb
commit 4b2ea950de

View file

@ -31,7 +31,7 @@ try:
version = build_config["VERSION"]
print "Building Wesnoth version %s" % version
except KeyError:
print "Couldn't determin the Wesnoth version number, bailing out!"
print "Couldn't determine the Wesnoth version number, bailing out!"
sys.exit(1)
#