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>2016-10-21 16:56:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-10-21 16:56:50 +0300
commit88daec32061ce3defd22bd09a7009c41e809516b (patch)
treee26dd4279a6bb2604fc8687c8280f5ac0d6a2b75 /io_curve_svg
parent29a86ac946c7424932586ebea8ac6d2f6b6435d2 (diff)
SVG importer: Fix typo 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 dd5b6a8c..b09dfd1b 100644
--- a/io_curve_svg/import_svg.py
+++ b/io_curve_svg/import_svg.py
@@ -632,7 +632,7 @@ class SVGPathParser:
self._splines.append(self._spline)
if len(self._spline['points']) > 0:
- # Not sure bout specifications, but Illustrator could create
+ # Not sure about specifications, but Illustrator could create
# last point at the same position, as start point (which was
# reached by MoveTo command) to set needed handle coords.
# It's also could use last point at last position to make path