From: Jonathan Yu Date: Mon, 15 Feb 2010 23:45:45 +0000 (+0000) Subject: requred -> required, begining -> beginning X-Git-Tag: v0.30~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f038cb0adf570c20cb825bb1332112a2fa5950f;hp=382d6092e0d1a57eb007c957597ca2cf2a85d8a3;p=catagits%2FCatalyst-Plugin-Session.git requred -> required, begining -> beginning --- diff --git a/lib/Catalyst/Plugin/Session/Store.pm b/lib/Catalyst/Plugin/Session/Store.pm index 2631902..e3b8a1c 100644 --- a/lib/Catalyst/Plugin/Session/Store.pm +++ b/lib/Catalyst/Plugin/Session/Store.pm @@ -62,7 +62,7 @@ by special-casing C and C for that key format, in order to ease the implementation of C. -The only assurance stores are requred to make is that given +The only assurance stores are required to make is that given $c->store_session_data( $x, $y ); diff --git a/lib/Catalyst/Plugin/Session/Tutorial.pod b/lib/Catalyst/Plugin/Session/Tutorial.pod index a2b74a8..eba3f47 100644 --- a/lib/Catalyst/Plugin/Session/Tutorial.pod +++ b/lib/Catalyst/Plugin/Session/Tutorial.pod @@ -72,7 +72,7 @@ State plugins handle session ID persistence. For example L creates a cookie with the session ID in it. -These plugins will automatically set C<< $c->sessionid >> at the begining of +These plugins will automatically set C<< $c->sessionid >> at the beginning of the request, and automatically cause C<< $c->sessionid >> to be saved by the client at the end of the request.