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/ARBDB/EXAMPLES/rnanames.c

    r5390 r6141  
    1818    GB_begin_transaction(gbmain); 
    1919 
    20     if(!(gbali=GB_search(gbmain, "presets/allignment", GB_FIND))) GB_abort_transaction(gbmain); 
     20    if(!(gbali=GB_search(gbmain, "presets/alignment", GB_FIND))) GB_abort_transaction(gbmain); 
    2121 
    2222    for (gbrnali=GB_find(gbali, "alignment_type", "%rna%",down_level); gbrnali; gbrnali=GB_find(gbrnali, 0,"%rna%", this_level+search_next)) 
    2323    { 
    24         gbseqname = GB_read_string(GB_search(GB_get_father(gbrnali), "allignment_name", GB_FIND)); 
     24        gbseqname = GB_read_string(GB_search(GB_get_father(gbrnali), "alignment_name", GB_FIND)); 
    2525        gbspec = GB_search(gbmain, "species_data/species", GB_FIND); 
    2626