From: Brian Phillips Date: Wed, 12 Oct 2011 17:03:56 +0000 (-0500) Subject: fix spelling errors X-Git-Tag: 0.93~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=14fa118e6f428f0578ddc94afba6ce7c09ea8988 fix spelling errors --- diff --git a/lib/Catalyst/Action/DeserializeMultiPart.pm b/lib/Catalyst/Action/DeserializeMultiPart.pm index 5d6536b..7938a86 100644 --- a/lib/Catalyst/Action/DeserializeMultiPart.pm +++ b/lib/Catalyst/Action/DeserializeMultiPart.pm @@ -32,7 +32,7 @@ __PACKAGE__->meta->make_immutable; =head1 NAME -Catalyst::Action::DeserializeMultiPart - Deserialize Data in a Multi-Part Request +Catalyst::Action::DeserializeMultiPart - Deserialize Data in a Multipart Request =head1 SYNOPSIS @@ -46,7 +46,7 @@ Catalyst::Action::DeserializeMultiPart - Deserialize Data in a Multi-Part Reques =head1 DESCRIPTION -This action will deserialize multi-part HTTP POST, PUT, OPTIONS and DELETE +This action will deserialize multipart HTTP POST, PUT, OPTIONS and DELETE requests. It is a simple extension of L with the exception that rather than using the entire request body (which may contain multiple sections), it will look for a single part in the request @@ -79,9 +79,9 @@ that you would like to have all C requests parsed by L module. This is done by a package variable inside L: C<$HTTP::Body::Types> (a HASH ref). -B As this module modifys the behaviour of HTTP::Body globally, +B As this module modifies the behaviour of HTTP::Body globally, adding it to an application can have unintended consequences as multipart -bodies will be treated differently to before. +bodies will be parsed differently from before. Feel free to add other content-types to this hash if needed or if you would prefer diff --git a/xt/pod-spell.t b/xt/pod-spell.t index 0a49027..6b6ee9a 100644 --- a/xt/pod-spell.t +++ b/xt/pod-spell.t @@ -39,6 +39,7 @@ Laco Maki Maki Marchex +Multipart Pearcey Rolsky RESTful @@ -50,6 +51,7 @@ XHR XMLHttpRequest YAML conf +deserialization deserialize deserialized deserializing @@ -59,6 +61,7 @@ http javascript jrockway mst +multipart namespace plugins request's