From 7842e731998cc3cc9872e8d62a8a8a2577bd3982 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 19 Sep 2019 12:08:03 +0200 Subject: Cleanup: Spelling in comment --- io_curve_svg/import_svg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_curve_svg') diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py index 57d0c70f..c4949013 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) -- cgit v1.2.3