~ubuntu-branches/ubuntu/wily/libhtml-form-perl/wily

« back to all changes in this revision

Viewing changes to debian/patches/fix-typos.patch

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini, Ansgar Burchardt, Salvatore Bonaccorso, Alessandro Ghedini
  • Date: 2012-02-19 19:53:17 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120219195317-gnw6p9756qkh2e30
Tags: 6.01-1
* Team upload

[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
  svn.debian.org to anonscm.debian.org URL.

[ Alessandro Ghedini ]
* New upstream release
* Bump debhelper compat level to 8
* Bump Standards-Version to 3.9.2
* One sorted dep per line
* Add fix-typos.patch (fixes spelling-error-in-manpage)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Fix a couple of typos found by lintian
 
2
Origin: vendor
 
3
Bug: https://rt.cpan.org/Ticket/Display.html?id=75140
 
4
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=75140
 
5
Author: Alessandro Ghedini <al3xbio@gmail.com>
 
6
Reviewed-by: gregor herrmann <gregoa@debian.org>
 
7
Last-Update: 2012-02-19
 
8
 
 
9
--- libhtml-form-perl-6.01.orig/lib/HTML/Form.pm
 
10
+++ libhtml-form-perl-6.01/lib/HTML/Form.pm
 
11
@@ -74,9 +74,9 @@ relative action URIs.  The provided HTML
 
12
 (or US-ASCII).
 
13
 
 
14
 By default HTML::Form assumes that the original document was UTF-8 encoded and
 
15
-thus encode forms that don't specify an explict I<accept-charset> as UTF-8.
 
16
+thus encode forms that don't specify an explicit I<accept-charset> as UTF-8.
 
17
 The charset assumed can be overridden by providing the C<charset> option to
 
18
-parse().  It's a good idea to be explict about this parameter as well, thus
 
19
+parse().  It's a good idea to be explicit about this parameter as well, thus
 
20
 the recommended simplest invocation becomes:
 
21
 
 
22
     my @forms = HTML::Form->parse(