[Jifty-commit] r2003 - in jifty/trunk/lib/Jifty: Web/Session

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Oct 4 08:46:04 EDT 2006


Author: audreyt
Date: Wed Oct  4 08:46:03 2006
New Revision: 2003

Modified:
   jifty/trunk/lib/Jifty/Manual/Models.pod
   jifty/trunk/lib/Jifty/Web/Session/ClientSide.pm

Log:
* Two simple POD typos, one spotted by Gaal Yahas.

Modified: jifty/trunk/lib/Jifty/Manual/Models.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Models.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Models.pod	Wed Oct  4 08:46:03 2006
@@ -72,7 +72,7 @@
         type is 'text',
         label is 'Name',
         render_as 'Text',
-        sincle '0.0.1';
+        since '0.0.1';
 
 The following BNF shows the full syntax supported (omitting
 non-terminals that are self explaining for perl-developers):

Modified: jifty/trunk/lib/Jifty/Web/Session/ClientSide.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Session/ClientSide.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Session/ClientSide.pm	Wed Oct  4 08:46:03 2006
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-Jifty::Web::Session - Session handler for client-side sessions
+Jifty::Web::Session::ClientSide - Session handler for client-side sessions
 
 =head1 SYNOPSIS
 


More information about the Jifty-commit mailing list