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:
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+"\""