Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/XML/SAX/Intro.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down