diff options
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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}); |