r61515 - in /trunk/libsgml-parser-opensp-perl: debian/changelog debian/patches/ debian/patches/doc_misspelling.patch debian/patches/series lib/SGML/Parser/OpenSP.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Aug 10 21:04:47 UTC 2010


Author: periapt-guest
Date: Tue Aug 10 21:04:31 2010
New Revision: 61515

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61515
Log:
Patched spelling errors

Added:
    trunk/libsgml-parser-opensp-perl/debian/patches/
    trunk/libsgml-parser-opensp-perl/debian/patches/doc_misspelling.patch
    trunk/libsgml-parser-opensp-perl/debian/patches/series
Modified:
    trunk/libsgml-parser-opensp-perl/debian/changelog
    trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm

Modified: trunk/libsgml-parser-opensp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsgml-parser-opensp-perl/debian/changelog?rev=61515&op=diff
==============================================================================
--- trunk/libsgml-parser-opensp-perl/debian/changelog (original)
+++ trunk/libsgml-parser-opensp-perl/debian/changelog Tue Aug 10 21:04:31 2010
@@ -1,9 +1,7 @@
 libsgml-parser-opensp-perl (0.994-1) UNRELEASED; urgency=low
-
-  TODO: three documentation typos that lintian complains about.
 
   * Initial Release. (Closes: #590063)
   * use 'GPL-1' not 'GPL' in debian/copyright
-
+  * Patched two incorrectly spelt words in the docs 
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 28 Jul 2010 10:11:53 +0100

Added: trunk/libsgml-parser-opensp-perl/debian/patches/doc_misspelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsgml-parser-opensp-perl/debian/patches/doc_misspelling.patch?rev=61515&op=file
==============================================================================
--- trunk/libsgml-parser-opensp-perl/debian/patches/doc_misspelling.patch (added)
+++ trunk/libsgml-parser-opensp-perl/debian/patches/doc_misspelling.patch Tue Aug 10 21:04:31 2010
@@ -1,0 +1,33 @@
+Subject: Two words incorrectly spelt in the documentation
+Forwarded: no
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Last-Update: 10-08-2010
+--- a/lib/SGML/Parser/OpenSP.pm
++++ b/lib/SGML/Parser/OpenSP.pm
+@@ -491,7 +491,7 @@
+ 
+ =item refc 
+ 
+-Warn about ommitted refc delimiters. 
++Warn about omitted refc delimiters. 
+ 
+ =item temp-ms 
+ 
+@@ -527,7 +527,7 @@
+ 
+ =item missing-att-name 
+ 
+-Warn about ommitted attribute names in start tags. 
++Warn about omitted attribute names in start tags. 
+ 
+ =item comment-decl-s 
+ 
+@@ -613,7 +613,7 @@
+ 
+ =head1 PROCESSING FILES
+ 
+-In order to start processing of a document and recieve events, the
++In order to start processing of a document and receive events, the
+ C<parse> method must be called. It takes one argument specifying
+ the path to a file (not a file handle). You must set an event handler
+ using the C<handler> method prior to using this method. The return

Added: trunk/libsgml-parser-opensp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsgml-parser-opensp-perl/debian/patches/series?rev=61515&op=file
==============================================================================
--- trunk/libsgml-parser-opensp-perl/debian/patches/series (added)
+++ trunk/libsgml-parser-opensp-perl/debian/patches/series Tue Aug 10 21:04:31 2010
@@ -1,0 +1,1 @@
+doc_misspelling.patch

Modified: trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm?rev=61515&op=diff
==============================================================================
--- trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm (original)
+++ trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm Tue Aug 10 21:04:31 2010
@@ -491,7 +491,7 @@
 
 =item refc 
 
-Warn about ommitted refc delimiters. 
+Warn about omitted refc delimiters. 
 
 =item temp-ms 
 
@@ -527,7 +527,7 @@
 
 =item missing-att-name 
 
-Warn about ommitted attribute names in start tags. 
+Warn about omitted attribute names in start tags. 
 
 =item comment-decl-s 
 
@@ -613,7 +613,7 @@
 
 =head1 PROCESSING FILES
 
-In order to start processing of a document and recieve events, the
+In order to start processing of a document and receive events, the
 C<parse> method must be called. It takes one argument specifying
 the path to a file (not a file handle). You must set an event handler
 using the C<handler> method prior to using this method. The return




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