changeset: 6579:cbf073e5e0d7
user: Richard Russon <[email protected]>
date: Thu Mar 17 17:33:09 2016 -0700
link: http://dev.mutt.org/hg/mutt/rev/cbf073e5e0d7
Fix typo picked up by Debian's QA.
This was allegedly fixed 5 years ago (see #3493).
diffs (12 lines):
diff -r 1fb2a924a7c0 -r cbf073e5e0d7 recvattach.c
--- a/recvattach.c Thu Mar 17 17:22:12 2016 -0700
+++ b/recvattach.c Thu Mar 17 17:33:09 2016 -0700
@@ -707,7 +707,7 @@
{
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);
}
}