diff options
| author | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-12-04 10:44:09 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-12-04 10:44:09 +0000 |
| commit | 4f1e34b47adaf4491bc56e0700235615904a1b1b (patch) | |
| tree | a84c0669ca92128484f6314aebb16792996aeb96 /share/extensions/Barcode/Code93.py | |
| parent | Add canvas flipping/rotation reset to the menu, improve strings (diff) | |
| parent | Misc. typos (diff) | |
| download | inkscape-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.py | 2 |
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: |
