From: mason james Date: Wed, 15 Feb 2023 08:59:49 +0000 (+0100) Subject: fix spelling X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=commitdiff_plain;h=cf39ad93af06e417dd80273a635113da325733f9 fix spelling --- diff --git a/lib/Biblio/RFID.pm b/lib/Biblio/RFID.pm index 62b1a7f..da38157 100644 --- a/lib/Biblio/RFID.pm +++ b/lib/Biblio/RFID.pm @@ -110,7 +110,7 @@ sub hex_tag { uc(unpack('H16', shift)) } =head1 WARN -We are installing L handler to controll debug output +We are installing L handler to control debug output based on C<$Biblio::RFID::debug> level =cut diff --git a/lib/Biblio/RFID/RFID501.pm b/lib/Biblio/RFID/RFID501.pm index 1642dc9..4a59427 100644 --- a/lib/Biblio/RFID/RFID501.pm +++ b/lib/Biblio/RFID/RFID501.pm @@ -17,7 +17,7 @@ This module tries to decode tag format as described in document L -Goal is to be compatibile with existing 3M Alphanumeric tag format +Goal is to be compatible with existing 3M Alphanumeric tag format which, as far as I know, isn't specificed anywhere. My documentation about this format is available at diff --git a/lib/Biblio/RFID/Reader/Serial.pm b/lib/Biblio/RFID/Reader/Serial.pm index b97be50..749b2ef 100644 --- a/lib/Biblio/RFID/Reader/Serial.pm +++ b/lib/Biblio/RFID/Reader/Serial.pm @@ -34,7 +34,7 @@ Tries to open usb serial ports C and serial ports C my $serial_obj = $self->port; -To try just one device use C enviroment variable +To try just one device use C environment variable If you want to define serial connection over TCP socket, you have to export enviroment variable C.