Subject: | [PATCH] correct spelling errors in documentation |
Date: | Fri, 05 Feb 2010 01:06:18 +0900 |
To: | bug-XML-Grove [...] rt.cpan.org |
From: | Ansgar Burchardt <ansgar [...] 43-1.org> |
Hi,
lintian, one of Debian's QA tools, found two spelling errors in the
documentation. Please consider applying the attached patch.
Regards,
Ansgar
From: Ansgar Burchardt <ansgar@43-1.org>
Date: Fri, 29 Jan 2010 17:25:42 +0900
Subject: Correct spelling errors
--- libxml-grove-perl.orig/lib/XML/Grove/Path.pm
+++ libxml-grove-perl/lib/XML/Grove/Path.pm
@@ -93,7 +93,7 @@
=head1 DESCRIPTION
C<XML::Grove::Path> returns XML objects located at paths. Paths are
-strings of element names or XML object types seperated by slash ("/")
+strings of element names or XML object types separated by slash ("/")
characters. Paths must always start at the grove object passed to
`C<at_path()>'. C<XML::Grove::Path> is B<not> XPath, but it should
become obsolete when an XPath implementation is available.
@@ -117,7 +117,7 @@
essentially an index into the contents of the parent object.
The `C<#text>' object type treats text objects as if they are not
-normalized. Two consecutive text objects are seperate text objects.
+normalized. Two consecutive text objects are separate text objects.
=head1 AUTHOR