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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-07-04 19:05:50 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-04 19:05:50 +0400
commitbcabddfd31e6cc48ddf1b06c5d81174340608050 (patch)
treea349062cae9181e96d416e521b28e4cbd18e2f75 /io_scene_fbx
parent7f1754c79186706b6d53f9e398f5a2784fb884e2 (diff)
More spell checking.
Diffstat (limited to 'io_scene_fbx')
-rw-r--r--io_scene_fbx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index 23792f0e..3b64d056 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -162,7 +162,7 @@ class ExportFBX(bpy.types.Operator, ExportHelper):
)
anim_optimize_precision = FloatProperty(
name="Precision",
- description=("Tolerence for comparing double keyframes "
+ description=("Tolerance for comparing double keyframes "
"(higher for greater accuracy)"),
min=1, max=16,
soft_min=1, soft_max=16,