Bugzilla – Attachment 192674 Details for
Bug 41521
WebService::ILS::OverDrive not passing pl_valid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41521: Fix spelling
Bug-41521-Fix-spelling.patch (text/plain), 3.84 KB, created by
Victor Grousset/tuxayo
on 2026-02-07 17:28:40 UTC
(
hide
)
Description:
Bug 41521: Fix spelling
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2026-02-07 17:28:40 UTC
Size:
3.84 KB
patch
obsolete
>From 9ef73cea1ec2d656c85f16d9b22f346fedd31cc6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 23 Jan 2026 10:28:27 +0100 >Subject: [PATCH] Bug 41521: Fix spelling > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > lib/WebService/ILS.pm | 8 ++++---- > lib/WebService/ILS/OverDrive.pm | 2 +- > lib/WebService/ILS/OverDrive/Patron.pm | 4 ++-- > lib/WebService/ILS/RecordedBooks.pm | 2 +- > 4 files changed, 8 insertions(+), 8 deletions(-) > >diff --git a/lib/WebService/ILS.pm b/lib/WebService/ILS.pm >index 2b66d5c554..4813964e2e 100644 >--- a/lib/WebService/ILS.pm >+++ b/lib/WebService/ILS.pm >@@ -159,7 +159,7 @@ sub _get_param_spec { > =item C<client_secret> => secret key (password) > > =item C<library_id> => sometimes service providers provide access >- to differnt "libraries" >+ to different "libraries" > > =back > >@@ -299,7 +299,7 @@ Sort order can be added after option with ":", eg > > =item C<copies_owned> => number of copies owned > >-=item C<type> => availability type, provider dependant >+=item C<type> => availability type, provider dependent > > =back > >@@ -476,7 +476,7 @@ item records will have: > > =head3 Returns holds item record (as described above) > >-In addition, C<total> field will be incorported as well. >+In addition, C<total> field will be incorporated as well. > > =head2 remove_hold ($item_id) > >@@ -517,7 +517,7 @@ item records will have: > > =head3 Returns checkout item record (as described above) > >-In addition, C<total> field will be incorported as well. >+In addition, C<total> field will be incorporated as well. > > =head2 return ($item_id) > >diff --git a/lib/WebService/ILS/OverDrive.pm b/lib/WebService/ILS/OverDrive.pm >index 27c18c4026..bec58af19a 100644 >--- a/lib/WebService/ILS/OverDrive.pm >+++ b/lib/WebService/ILS/OverDrive.pm >@@ -344,7 +344,7 @@ sub _extract_link { > > sub _basic_callback { return $_[0]; } > >-# This is not exatly how we meant to use with_get_request() >+# This is not exactly how we meant to use with_get_request() > # ie processing should be placed within the callback. > # However, if all goes well, it is faster (from the development perspective) > # this way. >diff --git a/lib/WebService/ILS/OverDrive/Patron.pm b/lib/WebService/ILS/OverDrive/Patron.pm >index 997c93973d..dacaf67e69 100644 >--- a/lib/WebService/ILS/OverDrive/Patron.pm >+++ b/lib/WebService/ILS/OverDrive/Patron.pm >@@ -334,7 +334,7 @@ C<$auto_checkout> defaults to false. > > =head3 Returns holds item record > >-It is prefered that the C<$notification_email_address> is specified. >+It is preferred that the C<$notification_email_address> is specified. > > If C<$auto_checkout> is set to true, the item will be checked out as soon as > it becomes available. >@@ -450,7 +450,7 @@ later (see L<lock_format()> below). That would be the case with > L<place_hold()> with C<$auto_checkout> set to true. Once format is locked, > an early return is not possible. > >-If C<$allow_multiple_format_checkouts> flag is set to true, mutiple formats >+If C<$allow_multiple_format_checkouts> flag is set to true, multiple formats > of the same item can be acioned. If it is false (default) and the item was > already checked out, the checked out item record will be returned regardless > of the format. >diff --git a/lib/WebService/ILS/RecordedBooks.pm b/lib/WebService/ILS/RecordedBooks.pm >index 5508f82745..0e827a809c 100644 >--- a/lib/WebService/ILS/RecordedBooks.pm >+++ b/lib/WebService/ILS/RecordedBooks.pm >@@ -521,7 +521,7 @@ sub renew { > $url > ); > >- my $checkouts = $self->checkouts(@_) or die "Cannot renew, unkmown error"; >+ my $checkouts = $self->checkouts(@_) or die "Cannot renew, unknown error"; > foreach my $i (@{ $checkouts->{items} }) { > if ($i->{isbn} eq $isbn) { > $i->{total} = scalar @{ $checkouts->{items} }; >-- >2.53.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 41521
:
191897
|
191898
|
191899
|
191900
|
191901
|
191902
|
191903
|
191904
|
191905
|
191917
|
191918
|
191919
|
192669
|
192670
|
192671
|
192672
|
192673
| 192674 |
192675
|
192676