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/TOOLS/arb_replace.cxx

    r5855 r6141  
    2222        printf("syntax: arb_replace [-l/L/p] \"old=newdata\" [filepattern]\n"); 
    2323        //         printf("     %s %s %s %s",argv[0],argv[1],argv[2],argv[3]); 
    24         printf("        -l      linemode, parse each line seperatedly\n"); 
    25         printf("        -L      linemode, parse each line seperatedly, delete empty lines\n"); 
     24        printf("        -l      linemode, parse each line separately\n"); 
     25        printf("        -L      linemode, parse each line separately, delete empty lines\n"); 
    2626        printf("        -p      patchmode, (no wildcards allowed, rightside<leftside)\n"); 
    2727        return -1;