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/CONVERTALN/swissprot.c

    r5390 r6141  
    7474    } 
    7575 
    76     /* seq irelenvant header */ 
     76    /* seq irrelevant header */ 
    7777    init(); 
    7878    macke_out_header(ofp); 
     
    247247} 
    248248/* ------------------------------------------------------------ */ 
    249 /*  Function protein_chcek_blanks(). 
     249/*  Function protein_check_blanks(). 
    250250    /*    Check if there is (numb) blanks at beginning of line. 
    251251*/ 
     
    688688        data.macke.remarks[remnum++] = Dupstr(temp); 
    689689    } 
    690     /* Maybe redudantly */ 
     690    /* Maybe redundantly */ 
    691691    if(Lenstr(data.protein.comments)>1) { 
    692692        for(indj=0, indk=0; data.protein.comments[indj]!='\0'; indj++) 
     
    733733    } 
    734734 
    735     /* seq irelenvant header */ 
     735    /* seq irrelevant header */ 
    736736    init(); 
    737737    /* rewind(ifp); */ 
     
    808808    today = today_date(); 
    809809    if(today[Lenstr(today)-1]=='\n') today[Lenstr(today)-1] = '\0'; 
    810     fprintf(ofp, "[! RDP - the Ribsomal Database Project, (%s).]\n", today); 
     810    fprintf(ofp, "[! RDP - the Ribosomal Database Project, (%s).]\n", today); 
    811811    fprintf(ofp, "[! To get started, send HELP to rdp@info.mcs.anl.gov ]\n"); 
    812812    fprintf(ofp, "BEGIN DATA;\n   DIMENSIONS\n");