Changeset 6141 for trunk/SH/arb_textedit

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/SH/arb_textedit

    r5612 r6141  
    55        echo '' 
    66 
    7         # try to find an editor (order = basic to convinient; last found is used): 
     7        # try to find an editor (order = basic to convenient; last found is used): 
    88 
    99        if [ -x "`which edit`" ] ; then ARB_TEXTEDIT=edit ; fi