Bug 3133 - correct typos
authorJoe Atzberger <joe.atzberger@liblime.com>
Sat, 18 Apr 2009 17:43:06 +0000 (12:43 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 26 May 2009 19:15:11 +0000 (21:15 +0200)
This corrects 3 typographical errors.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
misc/maintenance/MARC21_utf8_flag_fix.pl

index dcbecc1..ae1e902 100755 (executable)
@@ -139,12 +139,12 @@ MARC21_utf8_flag_fix.pl - Repair missing leader position 9 value ("a" for MARC21
 
 MARC21_utf8_flag_fix.pl [ -h | -m ] [ -v ] [ -d ] [ -s ] [ -l N ] [ -o N ] [ -f ]
 
- Help Optionsc
+ Help Options:
    -h --help -?   Brief help message
    -m --man       Full documentation, same as --help --verbose
       --version   Prints version info
 
- Feeback Options:
+ Feedback Options:
    -d --dump      Dump MARCXML of biblioitems processed, default OFF
    -s --summary   Print initial summary of good and bad biblioitems counted, default ON
    -v --verbose   Increase verbosity of output, default OFF
@@ -165,7 +165,7 @@ With --fix, the script fixes the same records.
 
 =item B<--limit=N>
 
-Like a LIMIT statement in SQL, this contrains the number of records targeted by the script to an integer N.  
+Like a LIMIT statement in SQL, this constrains the number of records targeted by the script to an integer N.  
 The default is to target all records with bad leaders.
 
 =item B<--offset=N>