r50010 - in /trunk/libxml-sax-perl/debian: changelog patches/pod-spelling patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jan 3 05:00:52 UTC 2010


Author: gregoa
Date: Sun Jan  3 05:00:42 2010
New Revision: 50010

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50010
Log:
New patch pod-spelling: fix some spelling errors in the POD.

Added:
    trunk/libxml-sax-perl/debian/patches/pod-spelling
Modified:
    trunk/libxml-sax-perl/debian/changelog
    trunk/libxml-sax-perl/debian/patches/series

Modified: trunk/libxml-sax-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/changelog?rev=50010&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/changelog (original)
+++ trunk/libxml-sax-perl/debian/changelog Sun Jan  3 05:00:42 2010
@@ -12,6 +12,7 @@
   [ gregor herrmann ]
   * Adjust debian/{rules,copyright} to debian/repack.stub.
   * debian/patches: update formatting and headers.
+  * New patch pod-spelling: fix some spelling errors in the POD.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 02 Jan 2010 19:28:28 +0900
 

Added: trunk/libxml-sax-perl/debian/patches/pod-spelling
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/patches/pod-spelling?rev=50010&op=file
==============================================================================
--- trunk/libxml-sax-perl/debian/patches/pod-spelling (added)
+++ trunk/libxml-sax-perl/debian/patches/pod-spelling Sun Jan  3 05:00:42 2010
@@ -1,0 +1,25 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix spelling errors in POD
+Origin: vendor
+Forwarded: no
+
+--- a/SAX/Intro.pod
++++ b/SAX/Intro.pod
+@@ -82,7 +82,7 @@
+ 
+ SAX works very similarly to XML::Parser's default callback method,
+ except it has one major difference: rather than setting individual
+-callbacks, you create a new class in which to recieve the callbacks.
++callbacks, you create a new class in which to receive the callbacks.
+ Each callback is called as a method call on an instance of that handler
+ class. An example will best demonstrate this:
+ 
+@@ -242,7 +242,7 @@
+ 
+ =head2 characters
+ 
+-The characters callback may be called in serveral circumstances. The
++The characters callback may be called in several circumstances. The
+ most obvious one is when seeing ordinary character data in the markup.
+ But it is also called for text in a CDATA section, and is also called
+ in other situations. A SAX parser has to make no guarantees whatsoever

Modified: trunk/libxml-sax-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/patches/series?rev=50010&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/patches/series (original)
+++ trunk/libxml-sax-perl/debian/patches/series Sun Jan  3 05:00:42 2010
@@ -1,3 +1,4 @@
 skip-test-with-nonfree-file
 charset-decoding
 parserdetails-debian
+pod-spelling




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