From e513b567fe5cce8947029e01a67cdd665944a4f9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 20 Sep 2020 17:41:30 +0000 Subject: [PATCH] Bug 25755: Fix typo in POD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kathleen Milne Signed-off-by: Katrin Fischer Signed-off-by: Joonas Kylmälä --- Koha/Item.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Item.pm b/Koha/Item.pm index a31fc531bb..ebec810673 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -459,7 +459,7 @@ sub request_transfer { Return the active transfer request or undef Note: Transfers are retrieved in a Modified FIFO (First In First Out) order -whereby the most recently sent, but not recieved, transfer will be returned +whereby the most recently sent, but not received, transfer will be returned if it exists, otherwise the oldest unsatisfied transfer will be returned. =cut -- 2.20.1