From 30eecd30ff95cf9c9a7ff82d38e7341b1ab66ac6 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 15 Jun 2015 16:51:51 +0200 Subject: [PATCH 3/6] acqui: Fix some typos in comments and documentation Most of them were found and fixed using codespell. Signed-off-by: Stefan Weil --- acqui/addorder.pl | 2 +- acqui/addorderiso2709.pl | 2 +- acqui/basketgroup.pl | 2 +- acqui/orderreceive.pl | 2 +- acqui/parcel.pl | 2 +- acqui/pdfformat/layout2pages.pm | 2 +- acqui/pdfformat/layout2pagesde.pm | 2 +- acqui/pdfformat/layout3pages.pm | 2 +- acqui/pdfformat/layout3pagesfr.pm | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/acqui/addorder.pl b/acqui/addorder.pl index 8d35591..5a5cd9d 100755 --- a/acqui/addorder.pl +++ b/acqui/addorder.pl @@ -235,7 +235,7 @@ my $user = $input->remote_user; if ( $orderinfo->{quantity} ne '0' ) { #TODO:check to see if biblio exists unless ( $$orderinfo{biblionumber} ) { - #if it doesnt create it + #if it doesn't create it my $record = TransformKohaToMarc( { "biblio.title" => "$$orderinfo{title}", diff --git a/acqui/addorderiso2709.pl b/acqui/addorderiso2709.pl index a71e15a..d1dd292 100755 --- a/acqui/addorderiso2709.pl +++ b/acqui/addorderiso2709.pl @@ -85,7 +85,7 @@ if ($op eq ""){ #display batches import_batches_list($template); # -# 2nd step = display the content of the choosen file +# 2nd step = display the content of the chosen file # } elsif ($op eq "batch_details"){ #display lines inside the selected batch diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl index af18b96..2e622b9 100755 --- a/acqui/basketgroup.pl +++ b/acqui/basketgroup.pl @@ -355,7 +355,7 @@ if ( $op eq "add" ) { # FIXME } }else{ - # we create a new basketgroup (whith a closed basket) + # we create a new basketgroup (with a closed basket) $basketgroup = { name => $basketgroupname, booksellerid => $booksellerid, diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl index 117f56c..202e8ce 100755 --- a/acqui/orderreceive.pl +++ b/acqui/orderreceive.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -#script to recieve orders +#script to receive orders #written by chris@katipo.co.nz 24/2/2000 # Copyright 2000-2002 Katipo Communications diff --git a/acqui/parcel.pl b/acqui/parcel.pl index 73f5b4e..b66f609 100755 --- a/acqui/parcel.pl +++ b/acqui/parcel.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -#script to recieve orders +#script to receive orders # Copyright 2000-2002 Katipo Communications diff --git a/acqui/pdfformat/layout2pages.pm b/acqui/pdfformat/layout2pages.pm index ee73351..9cfe79d 100644 --- a/acqui/pdfformat/layout2pages.pm +++ b/acqui/pdfformat/layout2pages.pm @@ -43,7 +43,7 @@ BEGIN { #be careful, all the sizes (height, width, etc...) are in mm, not PostScript points (the default measurment of PDF::API2). -#The constants exported tranform that into PostScript points (/mm for milimeter, /in for inch, pt is postscript point, and as so is there only to show what is happening. +#The constants exported transform that into PostScript points (/mm for milimeter, /in for inch, pt is postscript point, and as so is there only to show what is happening. use constant mm => 25.4 / 72; use constant in => 1 / 72; use constant pt => 1; diff --git a/acqui/pdfformat/layout2pagesde.pm b/acqui/pdfformat/layout2pagesde.pm index 5b74f89..bb887e0 100644 --- a/acqui/pdfformat/layout2pagesde.pm +++ b/acqui/pdfformat/layout2pagesde.pm @@ -43,7 +43,7 @@ BEGIN { #be careful, all the sizes (height, width, etc...) are in mm, not PostScript points (the default measurment of PDF::API2). -#The constants exported tranform that into PostScript points (/mm for milimeter, /in for inch, pt is postscript point, and as so is there only to show what is happening. +#The constants exported transform that into PostScript points (/mm for milimeter, /in for inch, pt is postscript point, and as so is there only to show what is happening. use constant mm => 25.4 / 72; use constant in => 1 / 72; use constant pt => 1; diff --git a/acqui/pdfformat/layout3pages.pm b/acqui/pdfformat/layout3pages.pm index 908325e..b1534b3 100644 --- a/acqui/pdfformat/layout3pages.pm +++ b/acqui/pdfformat/layout3pages.pm @@ -44,7 +44,7 @@ BEGIN { #be careful, all the sizes (height, width, etc...) are in mm, not PostScript points (the default measurment of PDF::API2). -#The constants exported tranform that into PostScript points (/mm for milimeter, /in for inch, pt is postscript point, and as so is there only to show what is happening. +#The constants exported transform that into PostScript points (/mm for milimeter, /in for inch, pt is postscript point, and as so is there only to show what is happening. use constant mm => 25.4 / 72; use constant in => 1 / 72; use constant pt => 1; diff --git a/acqui/pdfformat/layout3pagesfr.pm b/acqui/pdfformat/layout3pagesfr.pm index bf5adb3..d04bb93 100644 --- a/acqui/pdfformat/layout3pagesfr.pm +++ b/acqui/pdfformat/layout3pagesfr.pm @@ -43,7 +43,7 @@ BEGIN { #be careful, all the sizes (height, width, etc...) are in mm, not PostScript points (the default measurment of PDF::API2). -#The constants exported tranform that into PostScript points (/mm for milimeter, /in for inch, pt is postscript point, and as so is there only to show what is happening. +#The constants exported transform that into PostScript points (/mm for milimeter, /in for inch, pt is postscript point, and as so is there only to show what is happening. use constant mm => 25.4 / 72; use constant in => 1 / 72; use constant pt => 1; -- 2.1.4