From eb07ba085151be60d518ce6310a33e413d699a32 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Fri, 1 Dec 2017 13:07:34 -0500 Subject: Misc. typos Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` . --- share/extensions/Barcode/Code93.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/extensions/Barcode/Code93.py') 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: -- cgit v1.2.3