mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 08:50:24 +00:00
SConstruct: small typo
This commit is contained in:
parent
b58d40d9fb
commit
4b2ea950de
@ -31,7 +31,7 @@ try:
|
|||||||
version = build_config["VERSION"]
|
version = build_config["VERSION"]
|
||||||
print "Building Wesnoth version %s" % version
|
print "Building Wesnoth version %s" % version
|
||||||
except KeyError:
|
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)
|
sys.exit(1)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user