From b1e4073208ceb902e391820c650b7f89111a4ab8 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 --- C4/Acquisition.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index c11766a011..31fcb533d8 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -970,7 +970,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