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 'curve_tools/remove_doubles.py')
-rw-r--r--curve_tools/remove_doubles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/curve_tools/remove_doubles.py b/curve_tools/remove_doubles.py
index d69b3e0a..f0b3dbb5 100644
--- a/curve_tools/remove_doubles.py
+++ b/curve_tools/remove_doubles.py
@@ -7,7 +7,7 @@ bl_info = {
'version': (1, 1),
'blender': (2, 80, 0),
'location': 'View3D > Context menu (W/RMB) > Remove Doubles',
- 'description': 'Adds comand "Remove Doubles" for curves',
+ 'description': 'Adds command "Remove Doubles" for curves',
'category': 'Add Curve'
}