do non blocking connects
[spider.git] / cmd / stat / channel.pl
index 147c150af6bd307e71261e4ef547aae2df306f98..8b20e0cbd759148ee63d465dc2e7ba55dd5c9d49 100644 (file)
@@ -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;
   }