Changeset 6141 for trunk/AWT/AWT_nds.cxx

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/AWT/AWT_nds.cxx

    r6100 r6141  
    583583const char *make_node_text_nds(GBDATA *gb_main, GBDATA * gbd, int mode, GBT_TREE *species, const char *tree_name) 
    584584{ 
    585     // mode == MNTN_COMPRESSED      compress info (no tabbing, seperate single fields by komma) 
     585    // mode == MNTN_COMPRESSED      compress info (no tabbing, separate single fields by comma) 
    586586    // mode == MNTN_SPACED          format info (using spaces) 
    587587    // mode == MNTN_TABBED          format info (using 1 tab per column - for easy import into star-calc, excel, etc. ) 
     
    678678            switch (mode) { 
    679679                case MNTN_COMPRESSED: 
    680                     if (!field_was_printed) break; // no komma no space if nothing printed yet 
    681                     awt_nds_ms->append(','); // seperate single fields by komma in compressed mode 
     680                    if (!field_was_printed) break; // no comma no space if nothing printed yet 
     681                    awt_nds_ms->append(','); // separate single fields by comma in compressed mode 
    682682                    // fall-through 
    683683                case MNTN_SPACED: