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 #---------------------------------------------------------------------------