Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'oscurart_tools/oscurart_render.py')
-rw-r--r--oscurart_tools/oscurart_render.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oscurart_tools/oscurart_render.py b/oscurart_tools/oscurart_render.py
index 12858fa4..f6e083e9 100644
--- a/oscurart_tools/oscurart_render.py
+++ b/oscurart_tools/oscurart_render.py
@@ -404,7 +404,7 @@ while REPITE:
class oscPythonBatchMaker (Operator):
"""It creates a file as “Make Render Batch” but it requires Phyton installed and """ \
"""the respective environment variables set up. """ \
- """If the render crahses, the batch automatically erase the broken frame and writes it again. """ \
+ """If the render crashes, the batch automatically erase the broken frame and writes it again. """ \
"""Its not recommended if there is more than one machine rendering"""
bl_idname = "file.create_batch_python"
bl_label = "Make Batch Python"