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_defs.hxx

    r5901 r6141  
    2020typedef int     ED4_COORDINATE; 
    2121 
    22 typedef enum ad_edit_modus { 
     22typedef enum ad_edit_mode { 
    2323    AD_ALIGN,   // add & remove of . possible (default) 
    2424    AD_NOWRITE, // no edits allowed 
     
    4646extern GBS_strstruct *not_found_message; 
    4747extern long           max_seq_terminal_length; // global maximum of sequence terminal length 
    48 extern ED4_EDITMODI   awar_edit_modus; 
     48extern ED4_EDITMODI   awar_edit_mode; 
    4949extern long           awar_edit_direction; 
    5050extern bool           move_cursor; //only needed for editing in consensus 
     
    317317 
    318318    bool    is_sequence;        // ==1 -> special handling for sequences 
    319     bool    cannot_handle;      // if TRUE than cannot edit 
     319    bool    cannot_handle;      // if TRUE then cannot edit 
    320320 
    321321    ED4_CursorJumpType cursor_jump;