summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-05-20 21:42:59 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-05-20 21:42:59 +0200
commit81392d0795b2d1987efb6dfdb5e0a991dd6124c8 (patch)
treeb63849ca422bf6d36874a0626defb78438037bca /perl-install/install/install2.pm
parent614dad76c5a944990d887729afbcb731dacc9fb1 (diff)
downloaddrakx-81392d0795b2d1987efb6dfdb5e0a991dd6124c8.tar
drakx-81392d0795b2d1987efb6dfdb5e0a991dd6124c8.tar.gz
drakx-81392d0795b2d1987efb6dfdb5e0a991dd6124c8.tar.bz2
drakx-81392d0795b2d1987efb6dfdb5e0a991dd6124c8.tar.xz
drakx-81392d0795b2d1987efb6dfdb5e0a991dd6124c8.zip
typo fix
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index 13661efb1..3beb8692c 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -570,7 +570,7 @@ sub process_patch {
my ($cfg, $patch) = @_;
#- oem patch should be read before to still allow patch or defcfg.
eval { $o = $::o = install::any::loadO($o, "install/patch-oem.pl"); log::l("successfully read oem patch") };
- #- patch should be read after defcfg in order to take precedance.
+ #- patch should be read after defcfg in order to take precedence.
eval { $o = $::o = install::any::loadO($o, $cfg); log::l("successfully read default configuration: $cfg") } if $cfg;
eval { $o = $::o = install::any::loadO($o, "patch"); log::l("successfully read patch") } if $patch;
}