From 9f6f607e2cfd5a71913db4c58343e7001733f37e Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 17 Jul 2014 13:54:27 +0200 Subject: [PATCH] [PASSED QA] Bug 8218: Follow-up for some small typos Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- misc/maintenance/batch_sanitize_records.pl | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/misc/maintenance/batch_sanitize_records.pl b/misc/maintenance/batch_sanitize_records.pl index 7e21df0..b164ec2 100755 --- a/misc/maintenance/batch_sanitize_records.pl +++ b/misc/maintenance/batch_sanitize_records.pl @@ -120,7 +120,7 @@ for my $biblionumber (@biblionumbers) { say " Done!" if $verbose; } else { - say " Nothing todo." if $verbose; + say " Nothing to do." if $verbose; } } @@ -154,13 +154,13 @@ sub biblios_to_sanitize { =head1 NAME -batch_sanitize_biblios - This script sanitize a biblio, replacing '&amp;amp;etc.' with '&' in it. +batch_sanitize_biblios - This script sanitizes a biblio, replacing '&amp;amp;etc.' with '&' in it. =head1 SYNOPSIS batch_sanitize_biblios.pl [-h|--help] [-v|--verbose] [-c|--confirm] [--biblionumbers=BIBLIONUMBER_LIST] [-f|--filename=FILENAME] [--auto-search] [--reindex] -Replace '&' by '&' in a record, you can either give some biblionumbers or a file with biblionumbers or ask for an auto-search +Replace '&' by '&' in a record. You can either give some biblionumbers or a file with biblionumbers or ask for an auto-search. =head1 OPTIONS @@ -182,11 +182,12 @@ only report on the record list to process. =item B<--biblionumbers=BIBLIONUMBER_LIST> -Give a biblionumber list using this parameter. They must be separated by comma. +Give a biblionumber list using this parameter. They must be separated by +commas. =item B<-f|--filename=FILENAME> -Give a biblionumber list using a filename. One biblionumber by line or separate them with a withespace character. +Give a biblionumber list using a filename. One biblionumber by line or separate them with a whitespace character. =item B<--auto_search> -- 1.7.2.5