Skip to content

Commit 2f53a9d

Browse files
joshhealdstaskus
andauthored
Update WooCommerce/Classes/POS/Presentation/Barcode Scanning/HIDBarcodeParser.swift
Co-authored-by: Povilas Staskus <[email protected]>
1 parent b39c328 commit 2f53a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Presentation/Barcode Scanning/HIDBarcodeParser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ final class HIDBarcodeParser {
5959

6060
private func checkForTimeoutBetweenKeystrokes() {
6161
// If characters are entered too slowly, it's probably typing and we should ignore the old input.
62-
// The key we just recieved is still considered for adding to the buffer – we may simply reset the buffer first.
62+
// The key we just received is still considered for adding to the buffer – we may simply reset the buffer first.
6363
let currentTime = timeProvider.now()
6464

6565
if let lastTime = lastKeyPressTime,

0 commit comments

Comments
 (0)