[Bf-extensions-cvs] [7842e731] master: Cleanup: Spelling in comment

Sergey Sharybin noreply at git.blender.org
Thu Sep 19 12:08:40 CEST 2019


Commit: 7842e731998cc3cc9872e8d62a8a8a2577bd3982
Author: Sergey Sharybin
Date:   Thu Sep 19 12:08:03 2019 +0200
Branches: master
https://developer.blender.org/rBA7842e731998cc3cc9872e8d62a8a8a2577bd3982

Cleanup: Spelling 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 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)



More information about the Bf-extensions-cvs mailing list