From e422e4d2cc4a34ca2b8307a903392b83d301b9f9 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 11 Nov 2011 02:22:49 +0000 Subject: [PATCH] typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 96109a40..58aedf64 100755 --- a/build.py +++ b/build.py @@ -888,7 +888,7 @@ def bdist(options, args): tarball.add(environ_script, os.path.join(rootname, os.path.basename(environ_script))) tarball.close() - print "Relase built at %s" % tarfilename + print "Release built at %s" % tarfilename #---------------------------------------------------------------------------