From ffc98bebe458de7da5bbfc3c99f3a944c2cc85e0 Mon Sep 17 00:00:00 2001 From: saas Date: Sun, 21 Apr 2002 04:45:21 +0000 Subject: [PATCH] Correct spelling - aquisitions to acquisitions --- C4/Output.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Output.pm b/C4/Output.pm index e16ae31a82..38212fa6a0 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -93,7 +93,7 @@ sub startmenu{ } elsif ($type eq 'member') { open (FILE,"$path/members-top.inc") || die; } elsif ($type eq 'acquisitions'){ - open (FILE,"$path/aquisitions-top.inc")|| die; + open (FILE,"$path/acquisitions-top.inc")|| die; } elsif ($type eq 'report'){ open (FILE,"$path/reports-top.inc") || die; } elsif ($type eq 'circulation') { @@ -118,7 +118,7 @@ sub endmenu{ } elsif ($type eq 'member') { open (FILE,"$path/members-bottom.inc") || die; } elsif ($type eq 'acquisitions') { - open (FILE,"$path/aquisitions-bottom.inc") || die; + open (FILE,"$path/acquisitions-bottom.inc") || die; } elsif ($type eq 'report') { open (FILE,"$path/reports-bottom.inc") || die; } elsif ($type eq 'circulation') { -- 2.39.2