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

    r5390 r6141  
    6161            eof=macke_in_name(ifp); 
    6262        } else error(63, 
    63                      "UNKNOW input format when converting to PAUP format."); 
     63                     "UNKNOWN input format when converting to PAUP format."); 
    6464        if(eof==EOF) break; 
    6565        if(informat==ALMA)  { 
     
    7575            Cpystr(temp, data.macke.seqabbr); 
    7676        } else error(118, 
    77                      "UNKNOW input format when converting to PAUP format."); 
     77                     "UNKNOWN input format when converting to PAUP format."); 
    7878 
    7979        total_seq++; 
     
    9393    if(out_of_memory)   { 
    9494        /* cannot hold all seqs into mem. */ 
    95         fprintf(stderr, 
    96                 "Rerun the conversion throught one seq. by one seq. base.\n"); 
     95        fprintf(stderr, "Out of memory: Rerun the conversion sequence by sequence.\n"); 
    9796 
    9897        destroy_FILE_BUFFER(ifp); fclose(ofp); 
     
    127126 
    128127    fprintf(ofp, 
    129             "[! RDP - the Ribsomal Database Project, (%s).]\n", today); 
     128            "[! RDP - the Ribosomal Database Project, (%s).]\n", today); 
    130129 
    131130    fprintf(ofp, 
     
    188187                eof=macke_in_name(ifp); 
    189188            } else error(127, 
    190                          "UNKNOW input format when converting to PAUP format."); 
     189                         "UNKNOWN input format when converting to PAUP format."); 
    191190 
    192191            if(eof==EOF) break; 
     
    204203                    (data.macke.name, 0, temp, TOKENNUM); 
    205204            } else error(70, 
    206                          "UNKNOW input format when converting to PAUP format."); 
     205                         "UNKNOWN input format when converting to PAUP format."); 
    207206 
    208207            Freespace(&name); 
     
    239238 
    240239    fprintf(ofp, 
    241             "[! RDP - the Ribsomal Database Project, (%s).]\n", today); 
     240            "[! RDP - the Ribosomal Database Project, (%s).]\n", today); 
    242241 
    243242    fprintf(ofp, 
     
    253252/* ----------------------------------------------------------- 
    254253 *   Function paup_verify_name(). 
    255  *       Verify short_id in PUAP format. 
     254 *       Verify short_id in PAUP format. 
    256255 */ 
    257256void 
     
    345344 
    346345    fprintf(ofp, 
    347             "[! RDP - the Ribsomal Database Project, (%s).]\n", 
     346            "[! RDP - the Ribosomal Database Project, (%s).]\n", 
    348347            today); 
    349348