From a9e5927115876a974c9a777794dd1eef24809dc2 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <katrin.fischer.83@web.de>
Date: Sun, 20 Sep 2020 17:41:30 +0000
Subject: [PATCH] Bug 25755: Fix typo in POD

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
 Koha/Item.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Koha/Item.pm b/Koha/Item.pm
index 474d5770bb..ba5082e700 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.11.0