From: Dave Rolsky Date: Thu, 28 Jan 2010 18:00:10 +0000 (-0600) Subject: correct all spelling errors X-Git-Tag: 0.82~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=d6ece98c7e6b22a490061278d14ba85a068f6187 correct all spelling errors --- diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index d9bb35d..9382bfe 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -161,7 +161,7 @@ sensible set of defaults for a controller doing REST. This class automatically adds the L role to your request class. If you're writing a webapp which provides RESTful -responses and still needs to accomodate web browsers, you may prefer to use +responses and still needs to accommodate web browsers, you may prefer to use L instead. L, L diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index 18653eb..97933f1 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -558,7 +558,7 @@ and use MRO::Compat: I have code in production using L. That said, it is still under development, and it's possible that things may change -between releases. I promise to not break things unneccesarily. :) +between releases. I promise to not break things unnecessarily. :) =head1 SEE ALSO diff --git a/lib/Catalyst/Request/REST.pm b/lib/Catalyst/Request/REST.pm index 3a899e5..0608b14 100644 --- a/lib/Catalyst/Request/REST.pm +++ b/lib/Catalyst/Request/REST.pm @@ -52,7 +52,7 @@ Catalyst::Request::REST - A REST-y subclass of Catalyst::Request This is a subclass of C that applies the L role to your request class. That trait -adds a few methods to the request object to faciliate writing REST-y code. +adds a few methods to the request object to facilitate writing REST-y code. This class is only here for backwards compatibility with applications already subclassing this class. New code should use diff --git a/lib/Catalyst/TraitFor/Request/REST.pm b/lib/Catalyst/TraitFor/Request/REST.pm index d835410..aead7fc 100644 --- a/lib/Catalyst/TraitFor/Request/REST.pm +++ b/lib/Catalyst/TraitFor/Request/REST.pm @@ -96,7 +96,7 @@ Catalyst::TraitFor::Request::REST - A role to apply to Catalyst::Request giving =head1 DESCRIPTION This is a L applied to L that adds a few -methods to the request object to faciliate writing REST-y code. +methods to the request object to facilitate writing REST-y code. Currently, these methods are all related to the content types accepted by the client.