From cf39ad93af06e417dd80273a635113da325733f9 Mon Sep 17 00:00:00 2001 From: mason james Date: Wed, 15 Feb 2023 09:59:49 +0100 Subject: [PATCH] fix spelling --- lib/Biblio/RFID.pm | 2 +- lib/Biblio/RFID/RFID501.pm | 2 +- lib/Biblio/RFID/Reader/Serial.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.20.1