started port of routing stuff
[spider.git] / perl / Thingy / Dx.pm
index 38fb2d2d31fd5f109e486b3e4caba8aefc0a9edf..a74e8e9f2f94cd4a5b091893df8e014caa354913 100644 (file)
@@ -142,7 +142,7 @@ sub out_filter
        my $thing = shift;
        my $dxchan = shift;
        
-       # global spot filtering on INPUT
+       # global spot filtering on OUTPUT
        if ($dxchan->{spotsfilter}) {
                my ($filter, $hops) = $dxchan->{spotsfilter}->it($thing->{spotdata});
                unless ($filter) {