diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 7071410d..a41050b6 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -188,7 +188,7 @@ var getJsonFromSvgElement = this.getJsonFromSvgElement = function(data) { children: [], }; - // Itrate attributes + // Iterate attributes for(var i=0; i < data.attributes.length; i++) { retval.attr[data.attributes[i].name] = data.attributes[i].value; };