added Log Parsing
[spider.git] / perl / DXLog.pm
index 96b39971091563c21b5eb08a9498a03e94b09f7d..3a6e0e3589ec86b3b53ff00cb665e804b80299e0 100644 (file)
@@ -176,7 +176,7 @@ sub Log
        $log->writeunix($t, join('^', $t, @_) );
 }
 
-sub DESTROY                                            # catch undefs and do what is required further do the tree
+sub DESTROY                                            # catch undefs and do what is required further down the tree
 {
        my $self = shift;
        DXDebug::dbg("dxlog", "closing $self->{fn}\n");