Fixed typo, paramaters -> parameters
Andy Grundman [Thu, 3 Nov 2005 16:41:49 +0000 (16:41 +0000)]
lib/Catalyst/Request.pm

index 0d3b58b..f0732ab 100644 (file)
@@ -159,7 +159,7 @@ be either a scalar or an arrayref containing scalars.
     print $c->request->body_parameters->{field};
     print $c->request->body_parameters->{field}->[0];
 
-These are the paramaters from the POST part of the request, if any.
+These are the parameters from the POST part of the request, if any.
     
 =item $req->body_params