From 4b2ea950defed598e4003361e92d71d6a9388761 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Thu, 27 Feb 2014 09:55:54 +0200 Subject: [PATCH] SConstruct: small typo --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 46755e44fe8..452bcd9c2d9 100755 --- a/SConstruct +++ b/SConstruct @@ -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) #