1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Fix spelling error in POD
Author: Nick Morrott <nickm@debian.org>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=131061
Last-Update: 2019-11-24
---
--- a/lib/XML/DOM/NodeList.pod
+++ b/lib/XML/DOM/NodeList.pod
@@ -12,7 +12,7 @@
starting from 0.
Although the DOM spec states that all NodeLists are "live" in that they
-allways reflect changes to the DOM tree, the NodeList returned by
+always reflect changes to the DOM tree, the NodeList returned by
getElementsByTagName is not live in this implementation. See L<CAVEATS>
for details.
|