Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SOURCE_TOOLS/grepx.pl

    r5675 r6141  
    491491        if ($matches==0 and $arbSpecials==1) { 
    492492          if (shall_skip_file($file)==1) { 
    493             print "grepx: Unlisted occurance(s) in $file\n"; 
     493            print "grepx: Unlisted occurrence(s) in $file\n"; 
    494494            return (0,0); 
    495495          } 
     
    672672      $cmp = $depth{$a} <=> $depth{$b}; # depth in directory tree 
    673673      if ($cmp==0) { 
    674         $cmp = $a cmp $b; # alphabethically 
     674        $cmp = $a cmp $b; # alphabetically 
    675675      } 
    676676    }