From: Vincent Lefevre Date: Tue, 22 Jul 2008 14:30:42 +0000 (+0200) Subject: Fix typos in manual.xml.head and init.h. Closes #3096. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=532e3ae4c53e37ba4aa45355c212435b085eac29;p=mutt Fix typos in manual.xml.head and init.h. Closes #3096. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 0ccb4f7c..d0027c83 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -415,7 +415,7 @@ who the message is addressed to. They can be customized with the Dmessage is deleted (is marked for deletion) -dmessage have attachments marked for deletion +dmessage has attachments marked for deletion Kcontains a PGP public key Nmessage is new Omessage is old diff --git a/init.h b/init.h index 8a29e6e8..a204f949 100644 --- a/init.h +++ b/init.h @@ -104,7 +104,7 @@ struct option_t MuttVars[] = { ** .pp ** The default file in which to save aliases created by the ** ``$create-alias'' function. Entries added to this file are - ** encoded in the charsacter set specified by $$config_charset if it + ** encoded in the character set specified by $$config_charset if it ** is set or the current character set otherwise. ** .pp ** \fBNote:\fP Mutt will not automatically source this file; you must @@ -374,7 +374,7 @@ struct option_t MuttVars[] = { /* ** .pp ** When defined, Mutt will recode commands in rc files from this - ** encoding to the current charsacter set and aliases written to + ** encoding to the current character set and aliases written to ** $$alias_file from the current character set. */ { "confirmappend", DT_BOOL, R_NONE, OPTCONFIRMAPPEND, 1 },