From 0391ffd3bbd04794e39c1cabffb4c241f08070c5 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sun, 21 Jul 2019 13:37:17 +0000 Subject: [PATCH 1/2] Fix spelling error in POD Patch by gregor herrmann . --- lib/XML/SAX/Intro.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/XML/SAX/Intro.pod b/lib/XML/SAX/Intro.pod index 33c77d4..2c66b3b 100644 --- a/lib/XML/SAX/Intro.pod +++ b/lib/XML/SAX/Intro.pod @@ -242,7 +242,7 @@ the values later seen by end_element. =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 From 30ba5c20fdb198200db8a002e456e7c917c14ff4 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sun, 21 Jul 2019 13:47:20 +0000 Subject: [PATCH 2/2] Fix another typo in POD --- lib/XML/SAX/Intro.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/XML/SAX/Intro.pod b/lib/XML/SAX/Intro.pod index 2c66b3b..e3593b1 100644 --- a/lib/XML/SAX/Intro.pod +++ b/lib/XML/SAX/Intro.pod @@ -294,7 +294,7 @@ The handler is passed a structure containing just two entries: =item Target -The target of the processing instrcution +The target of the processing instruction =item Data