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:
authorCampbell Barton <ideasman42@gmail.com>2017-04-27 14:40:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-27 14:41:03 +0300
commitbdf8ad6c4e521884a544f6dbfa244c27720cd4bb (patch)
tree6bb985f12d493de3c4cdf12058b891e6bc92a1b2 /release/bin
parented14c15b7a9b9c63b5659fccef24c396457da4c2 (diff)
Cleanup: spelling
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: