Changeset 5472:508ffc26dad2 for alias.c

Show
Ignore:
Timestamp:
2008-08-11 07:42:06 (3 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Prefer "backtick" over "backtic" on comments and docs as it's more common, closes #3101.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • alias.c

    r5458 r5472  
    149149 *      From: Michael `/bin/rm -f ~` Elkins <me@mutt.org> 
    150150 * and the user creates an alias for this, Mutt could wind up executing 
    151  * the backtics because it writes aliases like 
     151 * the backticks because it writes aliases like 
    152152 *      alias me Michael `/bin/rm -f ~` Elkins <me@mutt.org> 
    153  * To avoid this problem, use a backslash (\) to quote any backtics.  We also 
     153 * To avoid this problem, use a backslash (\) to quote any backticks.  We also 
    154154 * need to quote backslashes as well, since you could defeat the above by 
    155155 * doing