[Bf-extensions-cvs] [4d2bfd0] blender-v2.78-release: SVG importer: Fix typo in comment

Sergey Sharybin noreply at git.blender.org
Mon Oct 24 12:35:55 CEST 2016


Commit: 4d2bfd0c1338e25d653e4d0f3e313046b017b3e8
Author: Sergey Sharybin
Date:   Fri Oct 21 15:56:34 2016 +0200
Branches: blender-v2.78-release
https://developer.blender.org/rBA4d2bfd0c1338e25d653e4d0f3e313046b017b3e8

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