[Catalyst-commits] r14460 - in Catalyst-Plugin-Session-Store-Delegate/trunk: . lib/Catalyst/Plugin/Session/Store

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat Jul 27 19:39:01 GMT 2013


Author: t0m
Date: 2013-07-27 19:39:01 +0000 (Sat, 27 Jul 2013)
New Revision: 14460

Modified:
   Catalyst-Plugin-Session-Store-Delegate/trunk/Changes
   Catalyst-Plugin-Session-Store-Delegate/trunk/lib/Catalyst/Plugin/Session/Store/Delegate.pm
Log:
Fix typos. RT#87246

Modified: Catalyst-Plugin-Session-Store-Delegate/trunk/Changes
===================================================================
--- Catalyst-Plugin-Session-Store-Delegate/trunk/Changes	2013-07-27 19:37:10 UTC (rev 14459)
+++ Catalyst-Plugin-Session-Store-Delegate/trunk/Changes	2013-07-27 19:39:01 UTC (rev 14460)
@@ -1,3 +1,5 @@
+        - Fix typos. RT#87246
+
 0.06
         - Fix dependencies in Makefile.PL
 

Modified: Catalyst-Plugin-Session-Store-Delegate/trunk/lib/Catalyst/Plugin/Session/Store/Delegate.pm
===================================================================
--- Catalyst-Plugin-Session-Store-Delegate/trunk/lib/Catalyst/Plugin/Session/Store/Delegate.pm	2013-07-27 19:37:10 UTC (rev 14459)
+++ Catalyst-Plugin-Session-Store-Delegate/trunk/lib/Catalyst/Plugin/Session/Store/Delegate.pm	2013-07-27 19:39:01 UTC (rev 14460)
@@ -139,7 +139,7 @@
 
 This is normally something like DBIC's resultset object.
 
-The model must respond to the C<get_delegate> method or closure in the sesion
+The model must respond to the C<get_delegate> method or closure in the session
 config hash (defaults to C<get_session_store_delegate>).
 
 An object B<must always> be returned from this method, even if it means
@@ -160,7 +160,7 @@
 stored fields, so that it can garbage collect itself when all fields have been
 deleted.
 
-The fields are arbitrary, and are goverend by the various session plugins.
+The fields are arbitrary, and are governed by the various session plugins.
 
 The basic keys that must be supported are:
 




More information about the Catalyst-commits mailing list