Changeset 5464:e27d7ce09c40

Show
Ignore:
Timestamp:
2008-07-22 07:30:42 (4 weeks ago)
Author:
Vincent Lefevre <vincent@…>
Children:
5465:45ce2903b9e9, 5469:4604a37ad34d
Branch:
HEAD
Message:

Fix typos in manual.xml.head and init.h. Closes #3096.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • doc/manual.xml.head

    r5461 r5464  
    416416<tbody> 
    417417<row><entry>D</entry><entry>message is deleted (is marked for deletion)</entry></row> 
    418 <row><entry>d</entry><entry>message have attachments marked for deletion</entry></row> 
     418<row><entry>d</entry><entry>message has attachments marked for deletion</entry></row> 
    419419<row><entry>K</entry><entry>contains a PGP public key</entry></row> 
    420420<row><entry>N</entry><entry>message is new</entry></row> 
  • init.h

    r5463 r5464  
    105105  ** The default file in which to save aliases created by the  
    106106  ** ``$create-alias'' function. Entries added to this file are 
    107   ** encoded in the charsacter set specified by $$config_charset if it 
     107  ** encoded in the character set specified by $$config_charset if it 
    108108  ** is set or the current character set otherwise. 
    109109  ** .pp 
     
    375375  ** .pp 
    376376  ** When defined, Mutt will recode commands in rc files from this 
    377   ** encoding to the current charsacter set and aliases written to 
     377  ** encoding to the current character set and aliases written to 
    378378  ** $$alias_file from the current character set. 
    379379  */