summaryrefslogtreecommitdiff
path: root/lib/lettering/glyph.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lettering/glyph.py')
-rw-r--r--lib/lettering/glyph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lettering/glyph.py b/lib/lettering/glyph.py
index f50d3bb4..fd97885b 100644
--- a/lib/lettering/glyph.py
+++ b/lib/lettering/glyph.py
@@ -88,7 +88,7 @@ class Glyph(object):
self.min_x = left
def _process_commands(self):
- # Save object ids with commmands in a dictionary: {object_id: [connector_id, symbol_id]}
+ # Save object ids with commands in a dictionary: {object_id: [connector_id, symbol_id]}
self.commands = {}
for node in self.node.iter(SVG_USE_TAG):