Bugzilla – Attachment 40300 Details for
Bug 14383
Typos in various Koha files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14383: acqui: Fix some typos in comments and documentation
Bug-14383-acqui-Fix-some-typos-in-comments-and-doc.patch (text/plain), 5.86 KB, created by
Jonathan Druart
on 2015-06-18 14:20:25 UTC
(
hide
)
Description:
Bug 14383: acqui: Fix some typos in comments and documentation
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-06-18 14:20:25 UTC
Size:
5.86 KB
patch
obsolete
>From 4fc1b841d151447386b7eea84bac44956ed6d08f Mon Sep 17 00:00:00 2001 >From: Stefan Weil <sw@weilnetz.de> >Date: Mon, 15 Jun 2015 16:51:51 +0200 >Subject: [PATCH] Bug 14383: acqui: Fix some typos in comments and > documentation > >Most of them were found and fixed using codespell. > >Signed-off-by: Stefan Weil <sw@weilnetz.de> > >http://bugs.koha-community.org/show_bug.cgi?id=14383 >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >--- > 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.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14383
:
40128
|
40129
|
40147
|
40148
|
40149
|
40150
|
40151
|
40152
|
40276
|
40277
|
40278
|
40279
|
40280
|
40281
|
40282
|
40283
|
40296
|
40297
|
40298
|
40299
| 40300 |
40301
|
40302
|
40303
|
40304