1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: Fixes two spelling errors in manpage.
Forwarded via email 2018-02-27, no answer as of 2018-10-11
Author: Mirko Tietgen <mirko@abunchofthings.net>
Forwarded: Yes
Last-Update: 2018-10-11
--- a/lib/WebService/ILS/OverDrive/Patron.pm
+++ b/lib/WebService/ILS/OverDrive/Patron.pm
@@ -334,7 +334,7 @@
=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.
@@ -449,7 +449,7 @@
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.
|