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 'mesh_tissue/utils.py')
-rw-r--r--mesh_tissue/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_tissue/utils.py b/mesh_tissue/utils.py
index cf43d609..b617ac93 100644
--- a/mesh_tissue/utils.py
+++ b/mesh_tissue/utils.py
@@ -1432,7 +1432,7 @@ def mod_preserve_shape(mod):
def recurLayerCollection(layerColl, collName):
'''
- Recursivly transverse layer_collection for a particular name.
+ Recursively transverse layer_collection for a particular name.
'''
found = None
if (layerColl.name == collName):