From ea85e559188150c8cdfd4a3b1dc051c654c96fad 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 Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- C4/Acquisition.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index cb49148..e085347 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 -- 1.7.7.6