Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Ole Wund <bjornmose@gmx.net>2008-12-14 02:11:12 +0300
committerJens Ole Wund <bjornmose@gmx.net>2008-12-14 02:11:12 +0300
commitba8ea9ec63c25b1ce134a846176f7bf252f4d487 (patch)
tree42b5580e9e8a0373584357dcafedd4c99a4f6b85 /tools/btools.py
parentb9713d19e497172739ac0b7dfec3bab5446aa170 (diff)
Diffstat (limited to 'tools/btools.py')
-rwxr-xr-xtools/btools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/btools.py b/tools/btools.py
index e362bc70cfa..21ab547b11a 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -558,7 +558,7 @@ def NSIS_Installer(target=None, source=None, env=None):
print "Preparing nsis file looks ok\n"
os.chdir(start_dir)
- print "try to lauch makensis ...make sure it is on the path \n"
+ print "try to launch 'makensis' ...make sure it is on the path \n"
cmdline = "makensis " + "\""+tmpnsi+"\""