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/util/arb_srclst.pl

    r6116 r6141  
    237237  my $matches = matchingExpr($str,@$regexp_arr_r); 
    238238  if ($matches>0) { 
    239     if ($debug_matching!=0) { print "'$str' matches '".$$regexp_arr_r[$matches-1]."' => dont use!\n"; } 
     239    if ($debug_matching!=0) { print "'$str' matches '".$$regexp_arr_r[$matches-1]."' => don't use!\n"; } 
    240240    $$use_r = 0; 
    241241  }