From: Antonio Radici Date: Mon, 8 Feb 2010 00:28:11 +0000 (+0000) Subject: more typo fixing X-Git-Tag: 1.5.20-7~1 X-Git-Url: https://git.llucax.com/software/mutt-debian.git/commitdiff_plain/480925ce923dc23cdbf948992c9871627b565bb7?ds=inline;hp=04fefd3d4a76c49e327e26a553bb41bbc44160a9 more typo fixing --- diff --git a/debian/changelog b/debian/changelog index e89bb85..42fd895 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,7 +32,7 @@ mutt (1.5.20-7) unstable; urgency=low + adding ${misc:Depends} to make lintian happy * debian/rules: adding a commented rule to enable tokyocabinet if we want - -- Antonio Radici Fri, 29 Jan 2010 23:32:55 +0000 + -- Antonio Radici Mon, 08 Feb 2010 00:27:55 +0000 mutt (1.5.20-6) unstable; urgency=low diff --git a/debian/patches/upstream/547739-manual-typos.patch b/debian/patches/upstream/547739-manual-typos.patch index 024b500..65a4849 100644 --- a/debian/patches/upstream/547739-manual-typos.patch +++ b/debian/patches/upstream/547739-manual-typos.patch @@ -70,3 +70,47 @@ Minor typos in manual.txt, see upstream http://bugs.mutt.org/3379 +--- a/doc/Muttrc ++++ b/doc/Muttrc +@@ -1991,7 +1991,7 @@ + # + # + # The default mailbox type used when creating new folders. May be any of +-# ``mbox'', ``MMDF'', ``MH'' and ``Maildir''. This is overriden by the ++# ``mbox'', ``MMDF'', ``MH'' and ``Maildir''. This is overridden by the + # -m command-line option. + # + # +--- a/doc/manual.txt ++++ b/doc/manual.txt +@@ -7405,7 +7405,7 @@ + Default: mbox + + The default mailbox type used when creating new folders. May be any of ?mbox?, +-?MMDF?, ?MH? and ?Maildir?. This is overriden by the -m command-line option. ++?MMDF?, ?MH? and ?Maildir?. This is overridden by the -m command-line option. + + 3.128. menu_context + +--- a/edit.c ++++ b/edit.c +@@ -39,7 +39,7 @@ + * declared "static" (sigh) + */ + static char* EditorHelp1 = N_("\ +-~~ insert a line begining with a single ~\n\ ++~~ insert a line beginning with a single ~\n\ + ~b users add users to the Bcc: field\n\ + ~c users add users to the Cc: field\n\ + ~f messages include messages\n\ +--- a/recvattach.c ++++ b/recvattach.c +@@ -698,7 +698,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); + } + }