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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-04-29 11:47:47 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-04-29 11:47:47 +0300
commitf4d7f5216fe45a171bb92add0446dc7409c7b542 (patch)
tree087331ca3093e20a02373a315783c4ab4eae258a /build_files
parentf8540d7fd5a47bc9d1d676d5aaaa0de379c71637 (diff)
Buildbot: Fix typo in error message
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_compile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index cbe345e764c..8353bb8331c 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -140,7 +140,7 @@ else:
retcode = subprocess.call(cur_scons_cmd + scons_options)
if retcode != 0:
- print('Error building rules wuth config ' + config)
+ print('Error building rules with config ' + config)
sys.exit(retcode)
sys.exit(0)