]> granicus.if.org Git - mutt/commitdiff
Fix typos in manual.xml.head and init.h. Closes #3096.
authorVincent Lefevre <vincent@vinc17.net>
Tue, 22 Jul 2008 14:30:42 +0000 (16:30 +0200)
committerVincent Lefevre <vincent@vinc17.net>
Tue, 22 Jul 2008 14:30:42 +0000 (16:30 +0200)
doc/manual.xml.head
init.h

index 0ccb4f7cd8f16856eb04e730847cebdf33b6cbff..d0027c83152344a0c56583cd9ffe2f023aae2600 100644 (file)
@@ -415,7 +415,7 @@ who the message is addressed to. They can be customized with the
 </thead>
 <tbody>
 <row><entry>D</entry><entry>message is deleted (is marked for deletion)</entry></row>
-<row><entry>d</entry><entry>message have attachments marked for deletion</entry></row>
+<row><entry>d</entry><entry>message has attachments marked for deletion</entry></row>
 <row><entry>K</entry><entry>contains a PGP public key</entry></row>
 <row><entry>N</entry><entry>message is new</entry></row>
 <row><entry>O</entry><entry>message is old</entry></row>
diff --git a/init.h b/init.h
index 8a29e6e8aff26f0ba81eb41eebd0d5dc71cc6154..a204f9497fab015872d31ae592a533babdb44aa7 100644 (file)
--- 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 },