r50186 - /trunk/libpoe-perl/debian/patches/fix-pod-spelling.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jan 4 22:01:35 UTC 2010


Author: jawnsy-guest
Date: Mon Jan  4 22:01:02 2010
New Revision: 50186

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50186
Log:
add fix-pod-spelling.patch

Added:
    trunk/libpoe-perl/debian/patches/fix-pod-spelling.patch

Added: trunk/libpoe-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/patches/fix-pod-spelling.patch?rev=50186&op=file
==============================================================================
--- trunk/libpoe-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libpoe-perl/debian/patches/fix-pod-spelling.patch Mon Jan  4 22:01:02 2010
@@ -1,0 +1,35 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/POE/Queue.pm
++++ b/lib/POE/Queue.pm
+@@ -60,7 +60,7 @@
+ =head1 DESCRIPTION
+ 
+ Priority queues may be implemented a number of ways, but they tend to
+-behave similiar to lists that are kept in order by some kind of
++behave similar to lists that are kept in order by some kind of
+ "priority".  Enqueued items are stored such that the "next" item to be
+ retrieved is the one with the highest priority.  Subsequent fetches
+ return the next lowest priority, and so on, until the queue is
+@@ -135,7 +135,7 @@
+ 
+ =head2 get_next_priority
+ 
+-Returns the priority of the item at the nead of the queue.  This is
++Returns the priority of the item at the head of the queue.  This is
+ the lowest numeric priority in the queue.
+ 
+ get_next_priority() can be useful for checking the queue to see if
+--- a/lib/POE/Wheel/ReadWrite.pm
++++ b/lib/POE/Wheel/ReadWrite.pm
+@@ -941,7 +941,7 @@
+ wheel's Filter and buffered and written by its Driver.
+ 
+ put() returns true if a HighMark has been set and the Driver's output
+-buffer has reached or exceded the limit.  False is returned if
++buffer has reached or exceeded the limit.  False is returned if
+ HighMark has not been set, or if the Driver's buffer is smaller than
+ that limit.
+ 




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