Here's a couple of trivial spelling/copy-pasto fixes against current LWP CVS HEAD.
Index: lib/HTTP/Headers.pm =================================================================== RCS file: /cvsroot/libwww-perl/lwp5/lib/HTTP/Headers.pm,v retrieving revision 1.59 diff -a -u -U1 -r1.59 Headers.pm --- lib/HTTP/Headers.pm 10 Apr 2004 21:55:14 -0000 1.59 +++ lib/HTTP/Headers.pm 4 May 2004 20:06:00 -0000 @@ -259,3 +259,3 @@ -# This is used as a private LWP extention. The Client-Date header is +# This is used as a private LWP extension. The Client-Date header is # added as a timestamp to a response when it has been received. Index: lib/LWP/Protocol/file.pm =================================================================== RCS file: /cvsroot/libwww-perl/lwp5/lib/LWP/Protocol/file.pm,v retrieving revision 1.21 diff -a -u -U1 -r1.21 file.pm --- lib/LWP/Protocol/file.pm 23 Oct 2003 19:11:32 -0000 1.21 +++ lib/LWP/Protocol/file.pm 4 May 2004 20:06:00 -0000 @@ -50,3 +50,3 @@ return new HTTP::Response &HTTP::Status::RC_INTERNAL_SERVER_ERROR, - "LWP::file::request called for '$scheme'"; + "LWP::Protocol::file::request called for '$scheme'"; } Index: lib/LWP/Protocol/mailto.pm =================================================================== RCS file: /cvsroot/libwww-perl/lwp5/lib/LWP/Protocol/mailto.pm,v retrieving revision 1.11 diff -a -u -U1 -r1.11 mailto.pm --- lib/LWP/Protocol/mailto.pm 23 Oct 2003 19:11:33 -0000 1.11 +++ lib/LWP/Protocol/mailto.pm 4 May 2004 20:06:00 -0000 @@ -63,3 +63,3 @@ return new HTTP::Response &HTTP::Status::RC_INTERNAL_SERVER_ERROR, - "LWP::file::request called for '$scheme'"; + "LWP::Protocol::mailto::request called for '$scheme'"; } Index: lib/Net/HTTP.pm =================================================================== RCS file: /cvsroot/libwww-perl/lwp5/lib/Net/HTTP.pm,v retrieving revision 1.44 diff -a -u -U1 -r1.44 HTTP.pm --- lib/Net/HTTP.pm 9 Apr 2004 15:07:04 -0000 1.44 +++ lib/Net/HTTP.pm 4 May 2004 20:06:01 -0000 @@ -103,3 +103,3 @@ Get/set the a value indicating if the request will be sent with a "TE" -header to indicate the transfer encodings that the server can chose to +header to indicate the transfer encodings that the server can choose to use. If the C<Compress::Zlib> module is installed then this will