summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bamber <nicholas@periapt.co.uk>2022-11-23 21:18:35 +0100
committergregor herrmann <gregoa@debian.org>2022-11-23 21:18:35 +0100
commitc6910b223d43d12401c28a4281c618b716072b77 (patch)
tree968383b3ee7d1a8d0def7e1d584b73371026dade
parentbf523240a9043b23be7fcef31b4c53fabf452f95 (diff)
Two words incorrectly spelt in the documentation
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95007 Last-Update: 2010-08-10 Gbp-Pq: Name doc_misspelling.patch
-rwxr-xr-xlib/SGML/Parser/OpenSP.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/SGML/Parser/OpenSP.pm b/lib/SGML/Parser/OpenSP.pm
index 39d5de7..50462ea 100755
--- a/lib/SGML/Parser/OpenSP.pm
+++ b/lib/SGML/Parser/OpenSP.pm
@@ -491,7 +491,7 @@ Warn about named character references.
=item refc
-Warn about ommitted refc delimiters.
+Warn about omitted refc delimiters.
=item temp-ms
@@ -527,7 +527,7 @@ Warn about attribute values which are not literals.
=item missing-att-name
-Warn about ommitted attribute names in start tags.
+Warn about omitted attribute names in start tags.
=item comment-decl-s
@@ -613,7 +613,7 @@ Warn about parameter entity references in parameter literals in the internal sub
=head1 PROCESSING FILES
-In order to start processing of a document and recieve events, the
+In order to start processing of a document and receive events, the
C<parse> method must be called. It takes one argument specifying
the path to a file (not a file handle). You must set an event handler
using the C<handler> method prior to using this method. The return