added Log Parsing
[spider.git] / perl / DXLog.pm
index e4f228035194c42dea45ab9b9129c5e5f7666e6c..3a6e0e3589ec86b3b53ff00cb665e804b80299e0 100644 (file)
@@ -37,7 +37,6 @@ use Julian;
 use Carp;
 
 use strict;
-
 use vars qw($log);
 
 $log = new('log', 'dat', 'm');
@@ -177,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");