Subject: | [PATCH] correct spelling errors in documentation |
Date: | Fri, 05 Feb 2010 01:12:20 +0900 |
To: | bug-XML-XQL [...] rt.cpan.org |
From: | Ansgar Burchardt <ansgar [...] 43-1.org> |
Hi,
lintian, one of Debian's QA tools, found several spelling errors in the
documentation. Please consider applying the attached patch.
Regards,
Ansgar
From: Ansgar Burchardt <ansgar@43-1.org>
Date: Sun, 03 Jan 2010 20:02:19 +0900
Subject: Fix spelling errors
--- libxml-xql-perl.orig/lib/XML/XQL.pm
+++ libxml-xql-perl/lib/XML/XQL.pm
@@ -3363,8 +3363,8 @@
new XML::XQL::Date ($elem->xql_text, $elem);
});
-These convertors can only be specified at a global level, not on a per query
-basis. To undefine a convertor, simply pass a FUNCREF of undef.
+These converters can only be specified at a global level, not on a per query
+basis. To undefine a converter, simply pass a FUNCREF of undef.
=item defineAttrValueConvertor (ELEM_TAG_NAME, ATTR_NAME, FUNCREF)
@@ -3378,8 +3378,8 @@
FUNCREF should be a reference to a Perl function, e.g. \&my_sub, or
an anonymous sub.
-These convertors can only be specified at a global level, not on a per query
-basis. To undefine a convertor, simply pass a FUNCREF of undef.
+These converters can only be specified at a global level, not on a per query
+basis. To undefine a converter, simply pass a FUNCREF of undef.
=item defineTokenQ (Q)