Skip to content

Commit a10e8d5

Browse files
Fix typo in comment
1 parent 5973761 commit a10e8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/protect/card_locker/BarcodeImageWriterTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ private Bitmap generate() {
192192
String guessedEncoding = StringUtils.guessEncoding(cardId.getBytes(), new ArrayMap<>());
193193
Log.d(TAG, "Guessed encoding: " + guessedEncoding);
194194

195-
// We don't want to pass the gussed encoding as an encoding hint unless it is UTF-8 as
195+
// We don't want to pass the guessed encoding as an encoding hint unless it is UTF-8 as
196196
// zxing is likely to add the mentioned encoding hint as ECI inside the barcode.
197197
//
198198
// Due to many barcode scanners in the wild being badly coded they may trip over ECI

0 commit comments

Comments
 (0)