diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-04-05 09:13:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-04-05 09:13:00 +0000 |
commit | 5071ac9f37dc0c636ee0f3df9e507e8c7000fe55 (patch) | |
tree | 353b561fa3dc660dfce8aa2164151f88699cb659 /perl-install | |
parent | 9eb679e92c96ca1dc4e14611a44c8a654b3c567e (diff) | |
download | drakx-backup-do-not-use-5071ac9f37dc0c636ee0f3df9e507e8c7000fe55.tar drakx-backup-do-not-use-5071ac9f37dc0c636ee0f3df9e507e8c7000fe55.tar.gz drakx-backup-do-not-use-5071ac9f37dc0c636ee0f3df9e507e8c7000fe55.tar.bz2 drakx-backup-do-not-use-5071ac9f37dc0c636ee0f3df9e507e8c7000fe55.tar.xz drakx-backup-do-not-use-5071ac9f37dc0c636ee0f3df9e507e8c7000fe55.zip |
remove accentuated char
Diffstat (limited to 'perl-install')
-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}); |