From 72b6c4ebda77b8852846ea707a26e92e36057560 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Wed, 3 Jul 2019 22:47:56 +0000 Subject: [PATCH] Bug 22284: (follow-up) Fix typos transfered -> transferred Signed-off-by: Josef Moravec --- Koha/Biblio.pm | 2 +- Koha/Item.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm index 316e18689b..979a1ceeb3 100644 --- a/Koha/Biblio.pm +++ b/Koha/Biblio.pm @@ -174,7 +174,7 @@ sub can_be_transferred { @pickup_locations = $biblio->pickup_locations( {patron => $patron } ) Returns possible pickup locations for this biblio items, according to patron's home library (if patron is defined and holds are allowed only from hold groups) -and if item can be transfered to each pickup location. +and if item can be transferred to each pickup location. =cut diff --git a/Koha/Item.pm b/Koha/Item.pm index b60a51a3d8..a514c6809c 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -303,7 +303,7 @@ sub can_be_transferred { @pickup_locations = $item->pickup_locations( {patron => $patron } ) Returns possible pickup locations for this item, according to patron's home library (if patron is defined and holds are allowed only from hold groups) -and if item can be transfered to each pickup location. +and if item can be transferred to each pickup location. =cut -- 2.17.1