From 81392d0795b2d1987efb6dfdb5e0a991dd6124c8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 May 2014 21:42:59 +0200 Subject: typo fix --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/install2.pm') 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; } -- cgit v1.2.1