[Catalyst-commits] r12887 -
Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session
jawnsy at dev.catalyst.perl.org
jawnsy at dev.catalyst.perl.org
Mon Feb 15 23:45:45 GMT 2010
Author: jawnsy
Date: 2010-02-15 23:45:45 +0000 (Mon, 15 Feb 2010)
New Revision: 12887
Modified:
Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session/Store.pm
Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session/Tutorial.pod
Log:
requred -> required, begining -> beginning
Modified: Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session/Store.pm
===================================================================
--- Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session/Store.pm 2010-02-15 23:43:44 UTC (rev 12886)
+++ Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session/Store.pm 2010-02-15 23:45:45 UTC (rev 12887)
@@ -62,7 +62,7 @@
key format, in order to ease the implementation of
C<delete_expired_sessions>.
-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 );
Modified: Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session/Tutorial.pod
===================================================================
--- Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session/Tutorial.pod 2010-02-15 23:43:44 UTC (rev 12886)
+++ Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session/Tutorial.pod 2010-02-15 23:45:45 UTC (rev 12887)
@@ -72,7 +72,7 @@
L<Catalyst::Plugin::Session::State::Cookie> 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.
More information about the Catalyst-commits
mailing list