correct all spelling errors
Dave Rolsky [Thu, 28 Jan 2010 18:00:10 +0000 (12:00 -0600)]
lib/Catalyst/Action/REST.pm
lib/Catalyst/Controller/REST.pm
lib/Catalyst/Request/REST.pm
lib/Catalyst/TraitFor/Request/REST.pm

index d9bb35d..9382bfe 100644 (file)
@@ -161,7 +161,7 @@ sensible set of defaults for a controller doing REST.
 
 This class automatically adds the L<Catalyst::TraitFor::Request::REST> 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<Catalyst::TraitFor::Request::REST::ForBrowsers> instead.
 
 L<Catalyst::Action::Serialize>, L<Catalyst::Action::Deserialize>
index 18653eb..97933f1 100644 (file)
@@ -558,7 +558,7 @@ and use MRO::Compat:
 
 I have code in production using L<Catalyst::Controller::REST>.  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
 
index 3a899e5..0608b14 100644 (file)
@@ -52,7 +52,7 @@ Catalyst::Request::REST - A REST-y subclass of Catalyst::Request
 
 This is a subclass of C<Catalyst::Request> that applies the
 L<Catalyst::TraitFor::Request::REST> 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
index d835410..aead7fc 100644 (file)
@@ -96,7 +96,7 @@ Catalyst::TraitFor::Request::REST - A role to apply to Catalyst::Request giving
 =head1 DESCRIPTION
 
 This is a L<Moose::Role> applied to L<Catalyst::Request> 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.