From 5071ac9f37dc0c636ee0f3df9e507e8c7000fe55 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Apr 2005 09:13:00 +0000 Subject: remove accentuated char --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 96c8bf0e6..691126773 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -744,7 +744,7 @@ sub configurePrinter { foreach (values %{$o->{printer}{configured} || {}}) { log::l("configuring printer queue " . $_->{queuedata}{queue} || $_->{QUEUE}); - #- when copy is so adulée (sorry french taste :-) + #- when copy is so adulee (sorry french taste :-) #- and when there are some configuration in one place and in another place... $o->{printer}{currentqueue} = {}; printer::main::copy_printer_params($_->{queuedata}, $o->{printer}{currentqueue}); -- cgit v1.2.1