File: pod-spelling

package info (click to toggle)
libxml-sax-perl 1.02%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 600 kB
  • sloc: perl: 2,374; xml: 121; sh: 79; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: gregor herrmann <gregoa@debian.org>
Description: fix spelling errors in POD
Origin: https://github.com/grantm/XML-SAX/pull/4
Forwarded: yes

--- a/lib/XML/SAX/Intro.pod
+++ b/lib/XML/SAX/Intro.pod
@@ -242,7 +242,7 @@
 
 =head2 characters
 
-The characters callback may be called in serveral circumstances. The
+The characters callback may be called in several circumstances. The
 most obvious one is when seeing ordinary character data in the markup.
 But it is also called for text in a CDATA section, and is also called
 in other situations. A SAX parser has to make no guarantees whatsoever