Description: some spelling fixes
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=82022
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82022
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-05-10

--- a/lib/POE/Filter/XML/Handler.pm
+++ b/lib/POE/Filter/XML/Handler.pm
@@ -254,7 +254,7 @@
 
     (HashRef $data)
 
-start_element is overriden from the XML::SAX::Base class to provide our custom
+start_element is overridden from the XML::SAX::Base class to provide our custom
 behavior for dealing with streaming vs. non-streaming data. It builds Nodes
 then attaches them to either the root node (non-streaming) or as stand-alone
 top level fragments (streaming) sets them to the current node. Children nodes
@@ -265,7 +265,7 @@
 
     (HashRef $data)
 
-end_element is overriden from the XML::SAX::Base class to provide our custom
+end_element is overridden from the XML::SAX::Base class to provide our custom
 behavior for dealing with streaming vs. non-streaming data. Mostly this method
 is in charge of stack management when the depth of the stack reaches certain
 points. In streaming documents, this means that top level fragments (not root)
--- a/lib/POE/Filter/XML/NS.pm
+++ b/lib/POE/Filter/XML/NS.pm
@@ -109,7 +109,7 @@
 
 =back
 
-Please reference the source file to know which namespaces are explictly
+Please reference the source file to know which namespaces are explicitly
 supported and exported.
 
 =head1 AUTHOR
--- a/lib/POE/Filter/XML/Node.pm
+++ b/lib/POE/Filter/XML/Node.pm
@@ -233,7 +233,7 @@
 
     (Bool $deep)
 
-cloneNode is overriden to carry forward the stream_[end|start] attributes
+cloneNode is overridden to carry forward the stream_[end|start] attributes
 
 =head2 override toString
 
@@ -246,7 +246,7 @@
 
     (ArrayRef $array_of_tuples)
 
-setAttributes() accepts a single arguement: an array reference. Basically you
+setAttributes() accepts a single argument: an array reference. Basically you
 pair up all the attributes you want to be into the node (ie. [attrib, value])
 and this method will process them using setAttribute(). This is just a 
 convenience method.
