requred -> required, begining -> beginning
Jonathan Yu [Mon, 15 Feb 2010 23:45:45 +0000 (23:45 +0000)]
lib/Catalyst/Plugin/Session/Store.pm
lib/Catalyst/Plugin/Session/Tutorial.pod

index 2631902..e3b8a1c 100644 (file)
@@ -62,7 +62,7 @@ by special-casing C<get_session_data> and C<store_session_data> for that
 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 );
 
index a2b74a8..eba3f47 100644 (file)
@@ -72,7 +72,7 @@ State plugins handle session ID persistence. For example
 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.