From 7842e731998cc3cc9872e8d62a8a8a2577bd3982 Mon Sep 17 00:00:00 2001
From: Sergey Sharybin <sergey.vfx@gmail.com>
Date: Thu, 19 Sep 2019 12:08:03 +0200
Subject: [PATCH] Cleanup: Spelling 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 57d0c70fb..c4949013a 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)
-- 
GitLab