Changeset 6141 for trunk/CONVERTALN/mg.c

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

    r5390 r6141  
    1 /* genabnk and Macke converting program */ 
     1/* genbank and Macke converting program */ 
    22 
    33#include <stdio.h> 
     
    4242        error(1, temp); 
    4343    } 
    44     /* seq irelenvant header */ 
     44    /* seq irrelevant header */ 
    4545    init(); 
    4646    init_gm_data(); 
     
    381381/* -------------------------------------------------------------------- 
    382382 *   Function genbank_get_subspecies(). 
    383  *       Get subspecies information from SOURCE, DEFENITION, or 
    384  *       COMMENT line of Genabnk data file. 
     383 *       Get subspecies information from SOURCE, DEFINITION, or 
     384 *       COMMENT line of Genbank data file. 
    385385 */ 
    386386char 
     
    10711071/* ------------------------------------------------------------------- 
    10721072 *   Function get_string(). 
    1073  *       Get the rest of the string untill reaching certain 
     1073 *       Get the rest of the string until reaching certain 
    10741074 *           terminators, such as ';', ',', '.',... 
    10751075 *       Always append "\n" at the end of the returned string. 
     
    11001100/* ------------------------------------------------------------------- 
    11011101 *   Function get_atcc_string(). 
    1102  *       Get the rest of the string untill reaching certain 
     1102 *       Get the rest of the string until reaching certain 
    11031103 *           terminators, such as ';', ',', '.',... 
    11041104 */