r56227 - /trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Fri Apr 16 20:15:59 UTC 2010


Author: carnil-guest
Date: Fri Apr 16 20:15:30 2010
New Revision: 56227

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56227
Log:
update patch

Modified:
    trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch

Modified: trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch?rev=56227&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch (original)
+++ trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch Fri Apr 16 20:15:30 2010
@@ -37,3 +37,75 @@
  options (see L<new()|Mail::Box::MH/"METHODS">).
  
  =back
+--- a/lib/Mail/Box.pod
++++ b/lib/Mail/Box.pod
+@@ -517,14 +517,14 @@
+ 
+ Add a message to the folder.  A message is usually a
+ L<Mail::Box::Message|Mail::Box::Message> object or a sub-class thereof.  The message
+-shall not be in an other folder, when you use this method.
++shall not be in another folder, when you use this method.
+ In case it is, use L<Mail::Box::Manager::moveMessage()|Mail::Box::Manager/"Move messages to folders"> or
+ L<Mail::Box::Manager::copyMessage()|Mail::Box::Manager/"Move messages to folders"> via the manager.
+ 
+ Messages with id's which already exist in this folder are not added.
+ 
+ BE WARNED that message labels may get lost when a message is moved from
+-one folder type to an other.  An attempt is made to translate labels,
++one folder type to another.  An attempt is made to translate labels,
+ but there are many differences in interpretation by applications.
+ 
+  Option--Default
+--- a/lib/Mail/Box/Identity.pod
++++ b/lib/Mail/Box/Identity.pod
+@@ -73,7 +73,7 @@
+ 
+ =over 4
+ 
+-Can this folder have childs?  If not, this is cleared.
++Can this folder have children?  If not, this is cleared.
+ 
+ =back
+ 
+--- a/lib/Mail/Box/Manager.pod
++++ b/lib/Mail/Box/Manager.pod
+@@ -445,7 +445,7 @@
+ source folder.
+ 
+ BE WARNED that message labels may get lost when a message is moved from
+-one folder type to an other.  An attempt is made to translate labels,
++one folder type to another.  An attempt is made to translate labels,
+ but there are many differences in interpretation by applications.
+ 
+  $mgr->moveMessage($received, $inbox->message(1))
+--- a/lib/Mail/Message/Field.pod
++++ b/lib/Mail/Message/Field.pod
+@@ -102,7 +102,7 @@
+ 
+ =over 4
+ 
+-(string comparison) Compare the unfolded body of a field with an other
++(string comparison) Compare the unfolded body of a field with another
+ field or a string, using the buildin C<cmp>.
+ 
+ =back
+@@ -211,7 +211,7 @@
+ =over 4
+ 
+ Returns whether this field can be disclosed to other people, for instance
+-when sending the message to an other party.  Returns a C<true> or C<false>
++when sending the message to another party.  Returns a C<true> or C<false>
+ condition.
+ See also L<Mail::Message::Head::Complete::printUndisclosed()|Mail::Message::Head::Complete/"Access to the header">.
+ 
+--- a/lib/Mail/Message/Part.pod
++++ b/lib/Mail/Message/Part.pod
+@@ -25,7 +25,7 @@
+ =head1 DESCRIPTION
+ 
+ A C<Mail::Message::Part> object contains a message which is included in
+-the body of an other message.  For instance I<attachments> are I<parts>.
++the body of another message.  For instance I<attachments> are I<parts>.
+ 
+ READ L<Mail::Message|Mail::Message> FIRST.  A part is a special message: it has a
+ reference to its parent message, and will usually not be sub-classed




More information about the Pkg-perl-cvs-commits mailing list