From f85edd2457db52ded11ec1e9dcd888dd1575a7b1 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 6ef912c0e0..e4c6d824d1 100644 --- a/Koha/Biblio.pm +++ b/Koha/Biblio.pm @@ -194,7 +194,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 2dc7316586..da67839965 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -286,7 +286,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