diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2005-10-11 21:23:30 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2005-10-11 21:23:30 +0000 |
commit | d806152ced28fefba6e5b43da28c18381086c901 (patch) | |
tree | 7d0f71cad722acf422e61a590c7c8e4d4a2492b9 | |
parent | de3930d72374564ecb364b28a4ce9f147cbd98e3 (diff) | |
download | rpmtools-d806152ced28fefba6e5b43da28c18381086c901.tar rpmtools-d806152ced28fefba6e5b43da28c18381086c901.tar.gz rpmtools-d806152ced28fefba6e5b43da28c18381086c901.tar.bz2 rpmtools-d806152ced28fefba6e5b43da28c18381086c901.tar.xz rpmtools-d806152ced28fefba6e5b43da28c18381086c901.zip |
Fix typo
-rwxr-xr-x | gendistrib | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ if (defined($urpmfiles{mediacfg})) { } elsif (defined($urpmfiles{hdlists})) { $distrib->parse_hdlists($urpmfiles{hdlists}) or die "Can't read $urpmfiles{hdlists}\n"; } else { - $distrib->parse_mediacfg || $distrib->parse_hdlists or die "Can't read the dsitrib config\n"; + $distrib->parse_mediacfg || $distrib->parse_hdlists or die "Can't read the distrib config\n"; } my $destinfodir = $destdir ? |