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 'release/bin')
-rwxr-xr-xrelease/bin/blender-thumbnailer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/bin/blender-thumbnailer.py b/release/bin/blender-thumbnailer.py
index 5d2dd958a92..e050a681ca0 100755
--- a/release/bin/blender-thumbnailer.py
+++ b/release/bin/blender-thumbnailer.py
@@ -37,7 +37,7 @@ import struct
def open_wrapper_get():
- """ wrap OS spesific read functionality here, fallback to 'open()'
+ """ wrap OS specific read functionality here, fallback to 'open()'
"""
class GFileWrapper: