X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fstat%2Fchannel.pl;h=8b20e0cbd759148ee63d465dc2e7ba55dd5c9d49;hb=586cbb347e7639f5575b48572e75140501a109c0;hp=147c150af6bd307e71261e4ef547aae2df306f98;hpb=2546ef0cfaaca39e65985e414258071a636979af;p=spider.git diff --git a/cmd/stat/channel.pl b/cmd/stat/channel.pl index 147c150a..8b20e0cb 100644 --- a/cmd/stat/channel.pl +++ b/cmd/stat/channel.pl @@ -15,7 +15,7 @@ foreach $call (@list) { $call = uc $call; my $ref = DXChannel->get($call); if ($ref) { - @out = print_all_fields($self, $ref, "Channe Information $call"); + @out = print_all_fields($self, $ref, "Channel Information $call"); } else { return (0, "Channel: $call not found") if !$ref; }