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>2014-03-01 04:21:25 +0400
committerThomas Dinges <blender@dingto.org>2014-03-01 04:21:46 +0400
commit76a7c2173b45413eec93f30d2cb578d54b8c2c1b (patch)
tree7b9ad145604c9a5a18fab89cd03b2d418bffe06f /intern/cycles/blender
parent1582dd5e4d7c1cb395b8ad48cc61f2b41af43d4b (diff)
Cleanup: Fix some typos in the code.
Diffstat (limited to 'intern/cycles/blender')
-rw-r--r--intern/cycles/blender/blender_python.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/blender_python.cpp b/intern/cycles/blender/blender_python.cpp
index e08b7980e78..8b04a869a85 100644
--- a/intern/cycles/blender/blender_python.cpp
+++ b/intern/cycles/blender/blender_python.cpp
@@ -493,7 +493,7 @@ void *CCL_python_module_init()
/* TODO(sergey): This gives us library we've been linking against.
* In theory with dynamic OSL library it might not be
* accurate, but there's nothing in OSL API which we
- * might use th get version in runtime.
+ * might use to get version in runtime.
*/
int curversion = OSL_LIBRARY_VERSION_CODE;
PyModule_AddObject(mod, "with_osl", Py_True);