]> granicus.if.org Git - mutt/commitdiff
fix typoh in comment
authorMichael Elkins <me@sigpipe.org>
Wed, 29 Sep 2010 20:19:55 +0000 (13:19 -0700)
committerMichael Elkins <me@sigpipe.org>
Wed, 29 Sep 2010 20:19:55 +0000 (13:19 -0700)
rfc3676.c

index 3dd7c7429343ade4fbcde688d56d8246ed3207be..fdb43e13e92dac6c4e786639c70be1bcd55fd24b 100644 (file)
--- a/rfc3676.c
+++ b/rfc3676.c
@@ -97,7 +97,7 @@ static void flush_par (STATE *s, flowed_state_t *fst)
 }
 
 /* Calculate the paragraph width based upon the current quote level. The start
- * of a quoted line will be ">>> ", so we need to subtrace the space required
+ * of a quoted line will be ">>> ", so we need to subtract the space required
  * for the prefix from the terminal width. */
 static int quote_width (STATE *s, int ql)
 {