From dfb74f84549fb0a8debbc85be457301237e8c3e3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 17 Oct 2011 06:59:42 +0000 Subject: fix spelling errors for comments --- 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 04ce6b08..56ca68a6 100644 --- a/io_curve_svg/import_svg.py +++ b/io_curve_svg/import_svg.py @@ -155,7 +155,7 @@ def SVGParseCoord(coord, size): token, last_char = SVGParseFloat(coord) val = float(token) - unit = coord[last_char:].strip() # strip() incase there is a space + unit = coord[last_char:].strip() # strip() in case there is a space if unit == '%': return float(size) / 100.0 * val -- cgit v1.2.3