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

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Dec 27 21:20:47 UTC 2009


Author: carnil-guest
Date: Sun Dec 27 21:20:41 2009
New Revision: 49445

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49445
Log:
first round fixing spelling-error-in-manpage ...

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

Modified: trunk/libmail-box-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-box-perl/debian/changelog?rev=49445&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/changelog (original)
+++ trunk/libmail-box-perl/debian/changelog Sun Dec 27 21:20:41 2009
@@ -7,8 +7,10 @@
   * New upstream release
   * debian/control: Bump versioned dependency on libuser-identity-perl (>=
     0.93). 
-
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 26 Dec 2009 13:00:48 +0100
+  * Add 03_fix-spelling-error-in-manpage.patch to fix some spelling errors in
+    manpages. 
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 27 Dec 2009 22:20:11 +0100
 
 libmail-box-perl (2.092-1) unstable; urgency=low
 

Added: 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=49445&op=file
==============================================================================
--- trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch (added)
+++ trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch Sun Dec 27 21:20:41 2009
@@ -1,0 +1,191 @@
+--- a/lib/Mail/Box-Cookbook.pod
++++ b/lib/Mail/Box-Cookbook.pod
+@@ -80,7 +80,7 @@
+ =head2 Filter
+ 
+ The target is to select a few messages from one folder, to move them
+-to an other.  The C<examples/takelarge.pl> script demonstrates how
++to another.  The C<examples/takelarge.pl> script demonstrates how
+ to achieve this.  B<Be warned:> it will replace your input folder!
+ 
+ As abstract of the crucial part:
+--- a/lib/Mail/Box-Overview.pod
++++ b/lib/Mail/Box-Overview.pod
+@@ -139,7 +139,7 @@
+ 
+ One special case of the body types is the L<Mail::Message::Body::Multipart|Mail::Message::Body::Multipart>, which
+ contains a set of L<Mail::Message::Part|Mail::Message::Part> objects.  These are just like
+-normal messages, except that they are contained in an other message.
++normal messages, except that they are contained in another message.
+ The L<Mail::Message::Body::Nested|Mail::Message::Body::Nested> body type is comparible, but contains only
+ one message: they are used for C<message/rfc822> message encodings.
+ 
+--- 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
+@@ -1113,7 +1113,7 @@
+ When all message-ids are known, then looking-up messages is simple:
+ they are found in a plain hash using L<messageId()|Mail::Box/"The messages">.  But Mail::Box
+ is lazy where it can, so many messages may not have been read from
+-file yet, and that's the prefered situation, because that saves
++file yet, and that's the preferred situation, because that saves
+ time and memory.
+ 
+ It is not smart to search for the messages from front to back in
+--- a/lib/Mail/Box/Dbx.pod
++++ b/lib/Mail/Box/Dbx.pod
+@@ -380,7 +380,7 @@
+ 
+ =over 4
+ 
+-It is adviced to set the C<check> flag, because dbx folder often list
++It is advised to set the C<check> flag, because dbx folder often list
+ large amounts of folder names which do not really exist.  However, checking
+ does consume some time.
+ 
+@@ -770,7 +770,7 @@
+ 
+ The title of this section is to attract your attension, but is does
+ not describe anything special related to DBX or MBOX: you can convert
+-any kind of mail folder into an other with the following code.
++any kind of mail folder into another with the following code.
+ 
+ example: converting folders
+ 
+--- a/lib/Mail/Box/File.pod
++++ b/lib/Mail/Box/File.pod
+@@ -211,7 +211,7 @@
+ 
+ Appending messages to a file based folder which is not opened is a little
+ risky.  In practice, this is often done without locking the folder.  So,
+-an other application may write to the folder at the same time... :(  Hopefully,
++another application may write to the folder at the same time... :(  Hopefully,
+ all goes fast enough that the chance on collition is small.
+ 
+ All OPTIONS of L<Mail::Box::Mbox::new()|Mail::Box::Mbox/"METHODS"> can be supplied.
+--- a/lib/Mail/Box/MH.pod
++++ b/lib/Mail/Box/MH.pod
+@@ -857,7 +857,7 @@
+ 
+ It is impossible to append one or more messages to the folder which is
+ not opened, because locking it failes.  The folder may be in use by
+-an other application, or you may need to specify some lock related
++another application, or you may need to specify some lock related
+ options (see L<new()|Mail::Box::MH/"METHODS">).
+ 
+ =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
+--- a/lib/Mail/Reporter.pod
++++ b/lib/Mail/Reporter.pod
+@@ -56,7 +56,7 @@
+ =over 4
+ 
+ This error container is also the base constructor for all modules, (as long
+-as there is no need for an other base object)  The constructor always accepts
++as there is no need for another base object)  The constructor always accepts
+ the following OPTIONS related to error reports.
+ 
+  Option--Default
+--- a/lib/Mail/Message/Head/Complete.pod
++++ b/lib/Mail/Message/Head/Complete.pod
+@@ -187,7 +187,7 @@
+ LINE or BODY specifications which are terminated by a new-line are considered
+ to be correctly folded.  Lines which are not terminated by a new-line will
+ be folded when needed: new-lines will be added where required.  It is strongly
+-adviced to let MailBox do the folding for you.
++advised to let MailBox do the folding for you.
+ 
+ The return value of this method is the L<Mail::Message::Field|Mail::Message::Field> object
+ which is created (or was specified).
+--- a/lib/Mail/Message.pod
++++ b/lib/Mail/Message.pod
+@@ -917,18 +917,18 @@
+ =over 4
+ 
+ Set the delete flag for this message.  Without argument, the method
+-returns the same as L<isDeleted()|Mail::Message/"Flags">, which is prefered.  When a true
++returns the same as L<isDeleted()|Mail::Message/"Flags">, which is preferred.  When a true
+ value is given, L<delete()|Mail::Message/"Flags"> is called.
+ 
+ example: 
+ 
+  $message->deleted(1);          # delete
+- $message->delete;              # delete (prefered)
++ $message->delete;              # delete (preferred)
+ 
+  $message->deleted(0);          # undelete
+ 
+  if($message->deleted) {...}    # check
+- if($message->isDeleted) {...}  # check (prefered)
++ if($message->isDeleted) {...}  # check (preferred)
+ 
+ =back
+ 
+--- a/lib/Mail/Message/Wrapper/SpamAssassin.pod
++++ b/lib/Mail/Message/Wrapper/SpamAssassin.pod
+@@ -10,7 +10,7 @@
+ =head1 SYNOPSIS
+ 
+  # WARNING: requires OLD SpamAssassion 2.x, not the new 3.x
+- # See Mail::Box::Search::SpamAssassin for the prefered interface
++ # See Mail::Box::Search::SpamAssassin for the preferred interface
+  # However, it is possible to do:
+ 
+  my $msg    = ...;   # some Mail::Message object

Modified: trunk/libmail-box-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-box-perl/debian/patches/series?rev=49445&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/patches/series (original)
+++ trunk/libmail-box-perl/debian/patches/series Sun Dec 27 21:20:41 2009
@@ -1,2 +1,3 @@
 01_access_check_use_filetest::access.patch
 02_man_page_width_errors.patch
+03_fix-spelling-error-in-manpage.patch




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