]> granicus.if.org Git - mutt/commitdiff
Fix typo picked up by Debian's QA.
authorRichard Russon <rich@flatcap.org>
Fri, 18 Mar 2016 00:33:09 +0000 (17:33 -0700)
committerRichard Russon <rich@flatcap.org>
Fri, 18 Mar 2016 00:33:09 +0000 (17:33 -0700)
This was allegedly fixed 5 years ago (see #3493).

recvattach.c

index 26ff36ccc4d8bc3097c80f6b38790c52d9074fca..5424eda03b88e4d271b7f424a17411f6e0021920 100644 (file)
@@ -707,7 +707,7 @@ static int can_print (BODY *top, int tag)
        {
          if (!mutt_can_decode (top))
          {
-           mutt_error (_("I dont know how to print %s attachments!"), type);
+           mutt_error (_("I don't know how to print %s attachments!"), type);
            return (0);
          }
        }