[Bf-extensions-cvs] [88daec3] master: SVG importer: Fix typo in comment

Sergey Sharybin noreply at git.blender.org
Fri Oct 21 15:56:53 CEST 2016


Commit: 88daec32061ce3defd22bd09a7009c41e809516b
Author: Sergey Sharybin
Date:   Fri Oct 21 15:56:34 2016 +0200
Branches: master
https://developer.blender.org/rBA88daec32061ce3defd22bd09a7009c41e809516b

SVG importer: Fix typo in comment

===================================================================

M	io_curve_svg/import_svg.py

===================================================================

diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py
index dd5b6a8..b09dfd1 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



More information about the Bf-extensions-cvs mailing list