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 'io_scene_obj')
-rw-r--r--io_scene_obj/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 56e6b699..2a36a14b 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -100,7 +100,7 @@ class ImportOBJ(bpy.types.Operator, ImportHelper):
use_image_search = BoolProperty(
name="Image Search",
- description="Search subdirs for any assosiated images " \
+ description="Search subdirs for any associated images "
"(Warning, may be slow)",
default=True,
)