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/Code128.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/extensions/Barcode/Code128.py') diff --git a/share/extensions/Barcode/Code128.py b/share/extensions/Barcode/Code128.py index b90e3bcf6..4af788bbe 100644 --- a/share/extensions/Barcode/Code128.py +++ b/share/extensions/Barcode/Code128.py @@ -73,9 +73,9 @@ class Code128(Barcode): blocks = [] block = '' - # Split up into sections of numbers, or charicters - # This makes sure that all the charicters are encoded - # In the best way posible for Code128 + # Split up into sections of numbers, or characters + # This makes sure that all the characters are encoded + # In the best way possible for Code128 for datum in re.findall(r'(?:(?:\d\d){2,})|(?:^\d\d)|.', text): if len(datum) == 1: block = block + datum -- cgit v1.2.3