File: spelling.patch

package info (click to toggle)
libxml-xpath-perl 1.13-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 448 kB
  • ctags: 448
  • sloc: perl: 3,969; xml: 34; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From: Ansgar Burchardt <ansgar@43-1.org>
Subject: Fix spelling errors
Date: Wed, 30 Dec 2009 18:32:43 +0900

Fix several spelling errors reported by lintian.
--- libxml-xpath-perl.orig/XPath/Node/Element.pm
+++ libxml-xpath-perl/XPath/Node/Element.pm
@@ -431,7 +431,7 @@
 =head2 new ( name, prefix )
 
 Create a new Element node with name "name" and prefix "prefix". The name
-be "prefix:local" if prefix is defined. I know that sounds wierd, but it
+be "prefix:local" if prefix is defined. I know that sounds weird, but it
 works ;-)
 
 =head2 getName
--- libxml-xpath-perl.orig/XPath/PerlSAX.pm
+++ libxml-xpath-perl/XPath/PerlSAX.pm
@@ -130,7 +130,7 @@
 
 =head1 NAME
 
-XML::XPath::PerlSAX - A PerlSAX event generator for my wierd node structure
+XML::XPath::PerlSAX - A PerlSAX event generator for my weird node structure
 
 =head1 SYNOPSIS
 
@@ -152,7 +152,7 @@
 =head1 DESCRIPTION
 
 This module generates PerlSAX events to pass to a PerlSAX handler such
-as XML::DOM::PerlSAX. It operates specifically on my wierd tree format.
+as XML::DOM::PerlSAX. It operates specifically on my weird tree format.
 
 Unfortunately SAX doesn't seem to cope with namespaces, so these are
 lost completely. I believe SAX2 is doing namespaces.