From: Andy Grundman Date: Thu, 3 Nov 2005 16:41:49 +0000 (+0000) Subject: Fixed typo, paramaters -> parameters X-Git-Tag: 5.7099_04~1032 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d631b5f988682607cb4bc42627ffb87f0da28b47 Fixed typo, paramaters -> parameters --- diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index 0d3b58b..f0732ab 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -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