From: Charles McGarvey Date: Sun, 12 Mar 2017 01:48:17 +0000 (-0700) Subject: fix typos X-Git-Tag: v0.901~5 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-HTTP-AnyUA;a=commitdiff_plain;h=a86162f3ca1ac46c6c078e6d6c7a691922dc23a6 fix typos --- diff --git a/lib/HTTP/AnyUA.pm b/lib/HTTP/AnyUA.pm index d9e4a7a..7b2996d 100644 --- a/lib/HTTP/AnyUA.pm +++ b/lib/HTTP/AnyUA.pm @@ -213,7 +213,7 @@ C<"HEAD">, C<"DELETE">, etc. URL B be a string representing the remote resource to be acted upon. The URL B have unsafe characters escaped and international domain names encoded before being passed to the user -agent. A user agent B generated a C<"Host"> header based on the URL in accordance with RFC +agent. A user agent B generate a C<"Host"> header based on the URL in accordance with RFC 2616; a user agent B throw an error if a C<"Host"> header is given with the L. =head3 Options @@ -263,7 +263,7 @@ a successful result means that the operation returned a 2XX status code. A response B include a C key, the value of which is the URL that provided the response. This is the URL used in the request unless there were redirections, in which case it is the last URL -queried in a rediretion chain. +queried in a redirection chain. =head3 status @@ -307,7 +307,7 @@ Not all HTTP clients implement the same features or in the same ways. While the is to hide those differences, you may notice some (hopefully) I differences when plugging in different clients. For example, L sets some headers on the response such as C and C that won't appear when using other clients. Little differences -like these probably aren't big deal. Other differences may be a bigger deal, depending on what's +like these probably aren't a big deal. Other differences may be a bigger deal, depending on what's important to you. For example, some clients (like L) may do chunked transfer encoding in situations where other clients won't (probably because they don't support it). It's not a goal of this project to eliminate I of the differences, but if you come across a difference that is