@@ -, +, @@ and documentation --- 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(-) --- a/acqui/addorder.pl +++ a/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}", --- a/acqui/addorderiso2709.pl +++ a/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 --- a/acqui/basketgroup.pl +++ a/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, --- a/acqui/orderreceive.pl +++ a/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 --- a/acqui/parcel.pl +++ a/acqui/parcel.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -#script to recieve orders +#script to receive orders # Copyright 2000-2002 Katipo Communications --- a/acqui/pdfformat/layout2pages.pm +++ a/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; --- a/acqui/pdfformat/layout2pagesde.pm +++ a/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; --- a/acqui/pdfformat/layout3pages.pm +++ a/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; --- a/acqui/pdfformat/layout3pagesfr.pm +++ a/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; --