summaryrefslogtreecommitdiffstats
path: root/share/extensions/Barcode/Code93.py
diff options
context:
space:
mode:
authorMarc Jeanmougin <marcjeanmougin@free.fr>2017-12-04 10:44:09 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-12-04 10:44:09 +0000
commit4f1e34b47adaf4491bc56e0700235615904a1b1b (patch)
treea84c0669ca92128484f6314aebb16792996aeb96 /share/extensions/Barcode/Code93.py
parentAdd canvas flipping/rotation reset to the menu, improve strings (diff)
parentMisc. typos (diff)
downloadinkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.tar.gz
inkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.zip
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'share/extensions/Barcode/Code93.py')
-rw-r--r--share/extensions/Barcode/Code93.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/Barcode/Code93.py b/share/extensions/Barcode/Code93.py
index 939a739dd..d09971fe7 100644
--- a/share/extensions/Barcode/Code93.py
+++ b/share/extensions/Barcode/Code93.py
@@ -91,7 +91,7 @@ class Code93(Barcode):
return PALLET[check % 47]
- # Some charicters need re-ENCODE into the code93 specification
+ # Some characters need re-ENCODE into the code93 specification
def encode_ascii(self, text):
result = []
for char in text: