fix spelling
authormason james <mtj@kohaaloha.com>
Wed, 15 Feb 2023 08:59:49 +0000 (09:59 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 15 Feb 2023 08:59:49 +0000 (09:59 +0100)
lib/Biblio/RFID.pm
lib/Biblio/RFID/RFID501.pm
lib/Biblio/RFID/Reader/Serial.pm

index 62b1a7f..da38157 100644 (file)
@@ -110,7 +110,7 @@ sub hex_tag { uc(unpack('H16', shift)) }
 
 =head1 WARN
 
-We are installing L<perldoc/warn> handler to controll debug output
+We are installing L<perldoc/warn> handler to control debug output
 based on C<$Biblio::RFID::debug> level
 
 =cut
index 1642dc9..4a59427 100644 (file)
@@ -17,7 +17,7 @@ This module tries to decode tag format as described in document
 
 L<http://solutions.3m.com/wps/portal/3M/en_US/3MLibrarySystems/Home/Resources/CaseStudiesAndWhitePapers/RFID501/>
 
-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
 
index b97be50..749b2ef 100644 (file)
@@ -34,7 +34,7 @@ Tries to open usb serial ports C</dev/ttyUSB*> and serial ports C</dev/ttyS*>
 
   my $serial_obj = $self->port;
 
-To try just one device use C<RFID_DEVICE=/dev/ttyUSB1> enviroment variable
+To try just one device use C<RFID_DEVICE=/dev/ttyUSB1> environment variable
 
 If you want to define serial connection over TCP socket, you have to export
 enviroment variable C<RFID_TCP=hostname:port>.