r77832 - in /trunk/libtie-array-iterable-perl: Iterable.pm debian/patches/ debian/patches/fix-man-spelling.patch debian/patches/series

ju-guest at users.alioth.debian.org ju-guest at users.alioth.debian.org
Mon Jul 25 19:59:19 UTC 2011


Author: ju-guest
Date: Mon Jul 25 19:59:17 2011
New Revision: 77832

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77832
Log:
Add manpage spelling patch

Added:
    trunk/libtie-array-iterable-perl/debian/patches/
    trunk/libtie-array-iterable-perl/debian/patches/fix-man-spelling.patch
    trunk/libtie-array-iterable-perl/debian/patches/series
Modified:
    trunk/libtie-array-iterable-perl/Iterable.pm

Modified: trunk/libtie-array-iterable-perl/Iterable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-array-iterable-perl/Iterable.pm?rev=77832&op=diff
==============================================================================
--- trunk/libtie-array-iterable-perl/Iterable.pm (original)
+++ trunk/libtie-array-iterable-perl/Iterable.pm Mon Jul 25 19:59:17 2011
@@ -381,12 +381,12 @@
 no way to do this without maintaining some additional state information.
 
 The concept of iterators is that each iterator is a bookmark to a spot, 
-typically concidered between two elements.  While there is some overhead
+typically considered between two elements.  While there is some overhead
 to the use of iterators, it allows elements to be added or removed from 
 the list, with the iterator adjusting appropriate, and allows the state
 of a list traversal to be saved when needed.  
 
-For example, the following perl code will drop into an endless block 
+For example, the following Perl code will drop into an endless block 
 (this mimics the functionality of the above code):
 
    my @array = (0..10);
@@ -395,7 +395,7 @@
 	   if ( $i == 3 ) { unshift @a, ( 11..15 ); } 
    }
 
-However, the synopsis code will not be impared when the unshift operation
+However, the synopsis code will not be impaired when the unshift operation
 is performed; the iteration will simply continue at the next element, 
 being 4 in this case.
 
@@ -593,7 +593,7 @@
 
 Advances the iterator to the very end position.  Note that this is the
 undefined state, and the only way to resume traversal is to move to
-preceeding elements.  Also note that for a backwards iterator, this
+preceding elements.  Also note that for a backwards iterator, this
 means to move to the beginning of the array.  Parentheses are not required.
 
 

Added: trunk/libtie-array-iterable-perl/debian/patches/fix-man-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-array-iterable-perl/debian/patches/fix-man-spelling.patch?rev=77832&op=file
==============================================================================
--- trunk/libtie-array-iterable-perl/debian/patches/fix-man-spelling.patch (added)
+++ trunk/libtie-array-iterable-perl/debian/patches/fix-man-spelling.patch Mon Jul 25 19:59:17 2011
@@ -1,0 +1,36 @@
+Fix some spelling errors in the manpage.
+--- a/Iterable.pm
++++ b/Iterable.pm
+@@ -381,12 +381,12 @@
+ no way to do this without maintaining some additional state information.
+ 
+ The concept of iterators is that each iterator is a bookmark to a spot, 
+-typically concidered between two elements.  While there is some overhead
++typically considered between two elements.  While there is some overhead
+ to the use of iterators, it allows elements to be added or removed from 
+ the list, with the iterator adjusting appropriate, and allows the state
+ of a list traversal to be saved when needed.  
+ 
+-For example, the following perl code will drop into an endless block 
++For example, the following Perl code will drop into an endless block 
+ (this mimics the functionality of the above code):
+ 
+    my @array = (0..10);
+@@ -395,7 +395,7 @@
+ 	   if ( $i == 3 ) { unshift @a, ( 11..15 ); } 
+    }
+ 
+-However, the synopsis code will not be impared when the unshift operation
++However, the synopsis code will not be impaired when the unshift operation
+ is performed; the iteration will simply continue at the next element, 
+ being 4 in this case.
+ 
+@@ -593,7 +593,7 @@
+ 
+ Advances the iterator to the very end position.  Note that this is the
+ undefined state, and the only way to resume traversal is to move to
+-preceeding elements.  Also note that for a backwards iterator, this
++preceding elements.  Also note that for a backwards iterator, this
+ means to move to the beginning of the array.  Parentheses are not required.
+ 
+ 

Added: trunk/libtie-array-iterable-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-array-iterable-perl/debian/patches/series?rev=77832&op=file
==============================================================================
--- trunk/libtie-array-iterable-perl/debian/patches/series (added)
+++ trunk/libtie-array-iterable-perl/debian/patches/series Mon Jul 25 19:59:17 2011
@@ -1,0 +1,1 @@
+fix-man-spelling.patch




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