Skip Menu |

This queue is for tickets about the XML-XPath CPAN distribution.

Report information
The Basics
Id: 54389
Status: resolved
Priority: 0/
Queue: XML-XPath

People
Owner: MANWAR [...] cpan.org
Requestors: ansgar [...] 43-1.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.15
Fixed in: 1.16



Subject: [PATCH] correct spelling errors in documentation
Date: Mon, 08 Feb 2010 01:08:14 +0900
To: bug-XML-XPath [...] rt.cpan.org
From: Ansgar Burchardt <ansgar [...] 43-1.org>
Hi, the attached patch was introduced in Debian to correct spelling errors in the documentation. Please consider applying it. Regards, Ansgar
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.
Resolved.