]> granicus.if.org Git - mutt/commitdiff
Fix two typos in one line. Noted by Thomas Glanzmann and Steve
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 4 Mar 2003 09:17:32 +0000 (09:17 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 4 Mar 2003 09:17:32 +0000 (09:17 +0000)
Kennedy.

init.h

diff --git a/init.h b/init.h
index 697a5aeb072b672d14130bca231f027538d5117c..6bd74143b6456f89a4ce393f43a5cdfa34ea4777 100644 (file)
--- a/init.h
+++ b/init.h
@@ -273,7 +273,7 @@ struct option_t MuttVars[] = {
   ** Controls whether you will be asked to confirm bouncing messages.
   ** If set to \fIyes\fP you don't get asked if you want to bounce a
   ** message. Setting this variable to \fIno\fP is not generally useful,
-  ** and thus not recommended, because your are unable to bounce message.
+  ** and thus not recommended, because you are unable to bounce messages.
   */
   { "bounce_delivered", DT_BOOL, R_NONE, OPTBOUNCEDELIVERED, 1 },
   /*