File: spelling-error-in-manpage

package info (click to toggle)
libxml-dom-perl 1.46-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 692 kB
  • sloc: perl: 4,216; xml: 4,117; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (2)
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.