From 6a1b8c1eb54381a18801330b510969cce86a4a07 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 Signed-off-by: Katrin Fischer --- Koha/Item.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Item.pm b/Koha/Item.pm index 8d4ee142c1..f580295bcd 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -456,7 +456,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.28.0