From 9208b5714759d5cb468f430cf718380cd4137015 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 18 Feb 2014 16:04:46 +0100 Subject: [PATCH] Bug 10789: Follow-up: Fix typo "infermation" Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 201af593f885ecb11c76d02baa6e27ef5e744e30) Signed-off-by: Fridolin Somers Signed-off-by: Kyle M Hall (cherry picked from commit b1e4073208ceb902e391820c650b7f89111a4ab8) --- C4/Acquisition.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index a5280b9510..f41a15dd93 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -786,7 +786,7 @@ sub DelBasketgroup { $basketgroup = &GetBasketgroup($basketgroupid); -Returns a reference to the hash containing all infermation about the basketgroup. +Returns a reference to the hash containing all information about the basketgroup. =cut -- 2.39.5