File: pod-spelling

package info (click to toggle)
libxml-sax-perl 0.99%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 556 kB
  • ctags: 218
  • sloc: perl: 2,374; sh: 127; xml: 121; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 969 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Author: gregor herrmann <gregoa@debian.org>
Description: fix spelling errors in POD
Origin: vendor
Forwarded: no

--- a/SAX/Intro.pod
+++ b/SAX/Intro.pod
@@ -82,7 +82,7 @@
 
 SAX works very similarly to XML::Parser's default callback method,
 except it has one major difference: rather than setting individual
-callbacks, you create a new class in which to recieve the callbacks.
+callbacks, you create a new class in which to receive the callbacks.
 Each callback is called as a method call on an instance of that handler
 class. An example will best demonstrate this:
 
@@ -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