From 2ac8110ce41cf573934005bb93a8880121379a35 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 17 Jul 2014 13:54:27 +0200 Subject: [PATCH] Bug 8218: Follow-up for some small typos Content-Type: text/plain; charset=utf-8 --- 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 a2ced87..48b2d1a 100755 --- a/misc/maintenance/batch_sanitize_records.pl +++ b/misc/maintenance/batch_sanitize_records.pl @@ -122,7 +122,7 @@ for my $biblionumber (@biblionumbers) { say " Done!" if $verbose; } else { - say " Nothing todo." if $verbose; + say " Nothing to do." if $verbose; } } @@ -156,13 +156,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 @@ -184,11 +184,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.7.6