From 72f335032a8051a3b1a9f1bdfba28ac1a1f6925b Mon Sep 17 00:00:00 2001
From: Nick Clemens <nick@bywatersolutions.com>
Date: Fri, 11 Aug 2017 11:59:21 +0000
Subject: [PATCH] Bug 15685: (QA followup) Fix typo

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
---
 acqui/finishreceive.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acqui/finishreceive.pl b/acqui/finishreceive.pl
index 484f56206e..7bec8658df 100755
--- a/acqui/finishreceive.pl
+++ b/acqui/finishreceive.pl
@@ -62,7 +62,7 @@ my $new_ordernumber  = $ordernumber;
 $unitprice = Koha::Number::Price->new( $unitprice )->unformat();
 my $basket = Koha::Acquisition::Orders->find( $ordernumber )->basket;
 
-#need old recievedate if we update the order, parcel.pl only shows the right parcel this way FIXME
+#need old receivedate if we update the order, parcel.pl only shows the right parcel this way FIXME
 if ($quantityrec > $origquantityrec ) {
     my @received_items = ();
     if ($basket->effective_create_items eq 'ordering') {
-- 
2.14.2