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/phylip.c

    r5957 r6141  
    6363            init_macke(); 
    6464            eof=macke_in_name(ifp); 
    65         } else error(34, "UNKNOW input format when converting to PHYLIP format."); 
     65        } else error(34, "UNKNOWN input format when converting to PHYLIP format."); 
    6666        if(eof==EOF) break; 
    6767        if(informat==ALMA)  { 
     
    7373        } else if(informat==MACKE)  { 
    7474            Cpystr(temp, data.macke.seqabbr); 
    75         } else error(119, "UNKNOW input format when converting to PHYLIP format."); 
     75        } else error(119, "UNKNOWN input format when converting to PHYLIP format."); 
    7676        total_seq++; 
    7777 
     
    8787 
    8888    if(out_of_memory)   {   /* cannot hold all seqs into mem. */ 
    89         fprintf(stderr, 
    90                 "Rerun the conversion throught one seq. by one seq. base.\n"); 
     89        fprintf(stderr, "Out of memory: Rerun the conversion sequence by sequence.\n"); 
    9190        destroy_FILE_BUFFER(ifp); fclose(ofp); 
    9291        to_phylip_1x1(inf, outf, informat);