summaryrefslogtreecommitdiff
path: root/lib/lettering/glyph.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-12-09 15:05:21 +0100
committerGitHub <noreply@github.com>2021-12-09 15:05:21 +0100
commit36f7610cc0844a034ba068b549332cab3ef7b033 (patch)
treee63e66d8313df795d26efb42833f103f3554971a /lib/lettering/glyph.py
parent41ace3a9e53b52b4271554d7aedd88d533ee5f5e (diff)
Force lock stitches option/extension and some typos (#1471)
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):