summaryrefslogtreecommitdiffstats
path: root/share/extensions/Barcode/Code93.py
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2017-12-01 18:07:34 +0000
committerluzpaz <kunda@scribus.net>2017-12-04 01:55:06 +0000
commiteb07ba085151be60d518ce6310a33e413d699a32 (patch)
tree4530b037a2c813960396a8125561620c0305589f /share/extensions/Barcode/Code93.py
parentOptionaly measure only selected elements (diff)
downloadinkscape-eb07ba085151be60d518ce6310a33e413d699a32.tar.gz
inkscape-eb07ba085151be60d518ce6310a33e413d699a32.zip
Misc. typos
Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
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: