diff options
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: |
