SConstruct: small typo
This commit is contained in:
parent
b58d40d9fb
commit
4b2ea950de
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue