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:
authorThomas Dinges <blender@dingto.org>2013-12-08 15:13:09 +0400
committerThomas Dinges <blender@dingto.org>2013-12-08 15:13:09 +0400
commit2069606dc51d84b6db96eee5b82cdcb385079f01 (patch)
tree127d49bf63deacce5bf5b360378635d58e227374 /release/scripts/modules/sys_info.py
parentb6646c6a2a92d72b92a03c4ee8ad655ff4f86c5e (diff)
Code cleanup: UI cleanup for cycles UI code and fix typo in system info.
Diffstat (limited to 'release/scripts/modules/sys_info.py')
-rw-r--r--release/scripts/modules/sys_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/sys_info.py b/release/scripts/modules/sys_info.py
index ef3e56209f0..1785ab59a5f 100644
--- a/release/scripts/modules/sys_info.py
+++ b/release/scripts/modules/sys_info.py
@@ -138,7 +138,7 @@ def write_sysinfo(op):
else:
output.write("Blender was built without OpenImageIO support\n")
- output.write("OpenShadingLanguuage: ")
+ output.write("OpenShadingLanguage: ")
if bpy.app.build_options.cycles:
if bpy.app.build_options.cycles_osl:
from _cycles import osl_version_string