Subject: | Spelling fixes |
The attached patch contains some trivial spelling fixes.
Subject: | spelling.patch |
Index: lib/HTTP/Message.pm
===================================================================
RCS file: /cvsroot/libwww-perl/lwp5/lib/HTTP/Message.pm,v
retrieving revision 1.57
diff -u -r1.57 Message.pm
--- lib/HTTP/Message.pm 18 Feb 2005 20:29:01 -0000 1.57
+++ lib/HTTP/Message.pm 10 Feb 2008 21:50:37 -0000
@@ -601,7 +601,7 @@
If TRUE then raise an exception if not able to decode content. Reason
might be that the specified C<Content-Encoding> or C<charset> is not
-supported. If this option is FALSE, then decode_content() will return
+supported. If this option is FALSE, then decoded_content() will return
C<undef> on errors, but will still set $@.
=item C<ref>
Index: lib/HTTP/Response.pm
===================================================================
RCS file: /cvsroot/libwww-perl/lwp5/lib/HTTP/Response.pm,v
retrieving revision 1.53
diff -u -r1.53 Response.pm
--- lib/HTTP/Response.pm 6 Dec 2005 13:19:09 -0000 1.53
+++ lib/HTTP/Response.pm 10 Feb 2008 21:50:37 -0000
@@ -320,7 +321,7 @@
=item $r->decoded_content( %options )
This will return the content after any C<Content-Encoding> and
-charsets has been decoded. See L<HTTP::Message> for details.
+charsets have been decoded. See L<HTTP::Message> for details.
=item $r->request
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/libwww-perl/lwp5/Makefile.PL,v
retrieving revision 1.77
diff -u -r1.77 Makefile.PL
--- Makefile.PL 19 Jul 2007 20:26:10 -0000 1.77
+++ Makefile.PL 10 Feb 2008 22:13:32 -0000
@@ -174,7 +174,7 @@
$@
The HTML::Parser is needed to extract correct base URI information from
HTML so that we can resolve relative links correctly. The HTML::Form
-module also need HTML::TokeParser to work.
+module also needs HTML::TokeParser to work.
EOT
sleep(2); # Don't hurry too much