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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-09-19 13:08:03 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-09-19 13:08:32 +0300
commit7842e731998cc3cc9872e8d62a8a8a2577bd3982 (patch)
treecab51487394fb48140e6a2075c7c6fec4b3526bf /io_curve_svg
parent1ad4915eb52e0175c50d0fba635dd666161aad2e (diff)
Cleanup: Spelling in comment
Diffstat (limited to 'io_curve_svg')
-rw-r--r--io_curve_svg/import_svg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py
index 57d0c70f..c4949013 100644
--- a/io_curve_svg/import_svg.py
+++ b/io_curve_svg/import_svg.py
@@ -150,7 +150,7 @@ def SVGParseCoord(coord, size):
"""
Parse coordinate component to common basis
- Needed to handle coordinates set in cm, mm, iches..
+ Needed to handle coordinates set in cm, mm, inches.
"""
token, last_char = SVGParseFloat(coord)