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/EDIT4/ED4_main.cxx

    r6106 r6141  
    5656GBS_strstruct *not_found_message; 
    5757long           max_seq_terminal_length; // global maximum of sequence terminal length 
    58 ED4_EDITMODI   awar_edit_modus; 
     58ED4_EDITMODI   awar_edit_mode; 
    5959long           awar_edit_direction; 
    6060bool           move_cursor;     // only needed for editing in consensus 
     
    121121} 
    122122 
    123 static void childs(ED4_manager *manager) 
     123static void children(ED4_manager *manager) 
    124124{ 
    125125    int i; 
     
    148148    printf("[%2i] %-30s", level, id(base)); 
    149149    if (base->is_manager()) { 
    150         childs(base->to_manager()); 
     150        children(base->to_manager()); 
    151151    } 
    152152    printf("\n"); 
     
    380380    create_galigner_variables(root, AW_ROOT_DEFAULT); 
    381381 
    382     awar_edit_modus = AD_ALIGN; 
     382    awar_edit_mode = AD_ALIGN; 
    383383 
    384384    int def_sec_level = 0; 
     
    391391    root->awar_int( AWAR_EDIT_SECURITY_LEVEL_CHANGE, def_sec_level,AW_ROOT_DEFAULT)->add_callback(ed4_changesecurity,(AW_CL) def_sec_level); 
    392392 
    393     //    root->awar_int( AWAR_EDIT_MODE, (long) awar_edit_modus )->add_target_var((long *) &awar_edit_modus)->add_callback(ed4_changesecurity,(AW_CL) 0); 
     393    //    root->awar_int( AWAR_EDIT_MODE, (long) awar_edit_mode )->add_target_var((long *) &awar_edit_mode)->add_callback(ed4_changesecurity,(AW_CL) 0); 
    394394 
    395395    root->awar_int( AWAR_EDIT_MODE,   0)->add_callback(ed4_change_edit_mode, (AW_CL)0); 
     
    528528                "\n" 
    529529                "Options:\n" 
    530                 "-c config          loads configuration 'config' (dafault: 'default_configuration')\n" 
     530                "-c config          loads configuration 'config' (default: 'default_configuration')\n" 
    531531                "\n" 
    532532                );