Subject: | [PATCH] Typo fixes: override .= "s" |
Sorry, no pull request this time. GitHub keeps locking me out of my account. I have to keep resetting the password to get back in.
Subject: | open_kfmcR0ln.txt |
From: Father Chrysostomos <sprout@cpan.org>
Typo fixes: override .= "s"
diff -rup HTTP-Message-6.06-Skax5G-orig/lib/HTTP/Message.pm HTTP-Message-6.06-Skax5G/lib/HTTP/Message.pm
--- HTTP-Message-6.06-Skax5G-orig/lib/HTTP/Message.pm 2012-10-20 15:05:34.000000000 -0700
+++ HTTP-Message-6.06-Skax5G/lib/HTTP/Message.pm 2013-11-23 04:41:52.000000000 -0800
@@ -880,12 +880,12 @@ The following options can be specified.
=item C<charset>
-This override the charset parameter for text content. The value
+This overrides the charset parameter for text content. The value
C<none> can used to suppress decoding of the charset.
=item C<default_charset>
-This override the default charset guessed by content_charset() or
+This overrides the default charset guessed by content_charset() or
if that fails "ISO-8859-1".
=item C<alt_charset>