From 88daec32061ce3defd22bd09a7009c41e809516b Mon Sep 17 00:00:00 2001
From: Sergey Sharybin <sergey.vfx@gmail.com>
Date: Fri, 21 Oct 2016 15:56:34 +0200
Subject: [PATCH] SVG importer: Fix typo in comment

---
 io_curve_svg/import_svg.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py
index dd5b6a8c6..b09dfd1b2 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
-- 
GitLab