fix some typos and spelling mistakes
Graham Knop [Wed, 7 Jul 2010 08:52:45 +0000 (03:52 -0500)]
lib/Plack/Middleware/Session/Cookie.pm
lib/Plack/Session/State.pm
lib/Plack/Session/State/Cookie.pm
lib/Plack/Session/Store/Cache.pm
lib/Plack/Session/Store/DBI.pm
lib/Plack/Session/Store/File.pm
lib/Plack/Session/Store/Null.pm

index c185d3a..a930d31 100644 (file)
@@ -99,7 +99,7 @@ own secret string.
 
 =item session_key, domain, expires, path, secure
 
-Accessors for the cookie attribuets. See
+Accessors for the cookie attributes. See
 L<Plack::Session::State::Cookie> for these options.
 
 =back
index c89d58c..e9112c5 100644 (file)
@@ -109,7 +109,7 @@ however in both cases a default will be provided for you.
 
 =item B<session_key>
 
-This is the name of the session key, it default to 'plack_session'.
+This is the name of the session key, it defaults to 'plack_session'.
 
 =item B<sid_generator>
 
@@ -155,7 +155,7 @@ instance or an object with an equivalent interface.
 =item B<finalize ( $session_id, $response )>
 
 Given a C<$session_id> and a C<$response> this will perform any
-finalization nessecary to preserve state. This method is called by
+finalization necessary to preserve state. This method is called by
 the L<Plack::Session> C<finalize> method. The C<$response> is expected
 to be a L<Plack::Response> instance or an object with an equivalent
 interface.
index 3fa19c3..bb61a97 100644 (file)
@@ -92,7 +92,7 @@ Plack::Session::State::Cookie - Basic cookie-based session state
 
 =head1 DESCRIPTION
 
-This is a subclass of L<Plack::Session::State> and implements it's
+This is a subclass of L<Plack::Session::State> and implements its
 full interface. This is the default state used in
 L<Plack::Middleware::Session>.
 
index 29f7364..cf1d5a1 100644 (file)
@@ -73,7 +73,7 @@ L<Cache> interface. This offers a lot of flexibility due to the many
 excellent L<Cache>, L<Cache::Cache> and L<CHI> drivers available.
 
 This is a subclass of L<Plack::Session::Store> and implements
-it's full interface.
+its full interface.
 
 =head1 METHODS
 
index acb4936..0f09326 100644 (file)
@@ -147,7 +147,7 @@ default it will use L<Storable> and L<MIME::Base64> to serialize and
 deserialize the data, but this can be configured easily. 
 
 This is a subclass of L<Plack::Session::Store> and implements
-it's full interface.
+its full interface.
 
 =head1 SESSION TABLE SCHEMA
 
index 95dcd41..4f1e453 100644 (file)
@@ -102,7 +102,7 @@ default it will use L<Storable> to serialize and deserialize the
 data, but this can be configured easily. 
 
 This is a subclass of L<Plack::Session::Store> and implements
-it's full interface.
+its full interface.
 
 =head1 METHODS
 
index f6671e1..ec07bdd 100644 (file)
@@ -43,7 +43,7 @@ L<Plack::Session> requires a C<store> instance, so you can use this
 one and all methods will return null.
 
 This is a subclass of L<Plack::Session::Store> and implements
-it's full interface.
+its full interface.
 
 =head1 BUGS