From 231248ba039bd1dfc77ddf61efae5c79ea191d68 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 26 Mar 2012 18:25:24 +0000 Subject: s/whell/wheel/ --- iurt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iurt2') diff --git a/iurt2 b/iurt2 index 4453082..159a32f 100755 --- a/iurt2 +++ b/iurt2 @@ -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>) { -- cgit v1.2.1