]> granicus.if.org Git - neomutt/commitdiff
Fix typo in comment
authorElimar Riesebieter <riesebie@lxtec.de>
Fri, 27 Jan 2017 08:47:23 +0000 (08:47 +0000)
committerPietro Cerutti <gahr@gahr.ch>
Fri, 27 Jan 2017 08:47:23 +0000 (08:47 +0000)
init.h

diff --git a/init.h b/init.h
index 6dafd0d09145ba45f70b5d7dbd774646423b78f9..7efbbb34a54991c082d5898b86277f74feae1f43 100644 (file)
--- a/init.h
+++ b/init.h
@@ -806,7 +806,7 @@ struct option_t MuttVars[] = {
   { "empty_subject",    DT_STR, R_NONE, UL &EmptySubject, UL "Re: your mail" },
   /*
   ** .pp
-  ** This varaible specifies the subject to be used when replying to an email
+  ** This variable specifies the subject to be used when replying to an email
   ** with an empty subject.  It defaults to "Re: your mail".
   */
   { "encode_from",     DT_BOOL, R_NONE, OPTENCODEFROM, 0 },