diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-26 18:25:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-26 18:25:24 +0000 |
commit | 231248ba039bd1dfc77ddf61efae5c79ea191d68 (patch) | |
tree | 5ed548aad2fee4d189d8e8ca98c466b6e973756d /iurt2 | |
parent | 4f805bbe4641074a0e280478bc62020d853e941d (diff) | |
download | iurt-231248ba039bd1dfc77ddf61efae5c79ea191d68.tar iurt-231248ba039bd1dfc77ddf61efae5c79ea191d68.tar.gz iurt-231248ba039bd1dfc77ddf61efae5c79ea191d68.tar.bz2 iurt-231248ba039bd1dfc77ddf61efae5c79ea191d68.tar.xz iurt-231248ba039bd1dfc77ddf61efae5c79ea191d68.zip |
s/whell/wheel/
Diffstat (limited to 'iurt2')
-rwxr-xr-x | iurt2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1292,7 +1292,7 @@ sub check_media { my $synthesis_file = "$config->{repository}/$run->{distro}/$run->{my_arch}/media/$m/$subdir/media_info/synthesis.hdlist.cz"; if (-f $synthesis_file) { plog("Parsing $synthesis_file"); - # FIXME: this is reinventing the whell and will fail if default compressor change: + # FIXME: this is reinventing the wheel and will fail if default compressor change: if (open my $syn, "zcat $synthesis_file |") { local $_; while (<$syn>) { |