[Jifty-commit] r3341 - in jifty/trunk/lib/Jifty: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jun 3 19:49:31 EDT 2007


Author: diakopter
Date: Sun Jun  3 19:49:31 2007
New Revision: 3341

Modified:
   jifty/trunk/lib/Jifty/Manual/Continuations.pod
   jifty/trunk/lib/Jifty/Record.pm
   jifty/trunk/lib/Jifty/RightsFrom.pm

Log:
exceedingly minor POD fixes.

Modified: jifty/trunk/lib/Jifty/Manual/Continuations.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Continuations.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Continuations.pod	Sun Jun  3 19:49:31 2007
@@ -171,7 +171,7 @@
 exactly like rendered-as-links tangents, in that when they return,
 I<all> rules in the dispatcher are still executed from the start.
 Therefore the C<unless> guard in the C<before '/protected'> rule above
-is neccessary to prevent recursion.
+is necessary to prevent recursion.
 
 =head1 GORY DETAILS
 

Modified: jifty/trunk/lib/Jifty/Record.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Record.pm	(original)
+++ jifty/trunk/lib/Jifty/Record.pm	Sun Jun  3 19:49:31 2007
@@ -184,7 +184,7 @@
 
 =back
 
-Models wishing to customize authorization checks should override this method. You you can do so like this:
+Models wishing to customize authorization checks should override this method. You can do so like this:
 
   sub current_user_can {
       my ($self, $right, %args) = @_;
@@ -595,7 +595,7 @@
 
 =head2 add_column_sql column_name
 
-Returns the SQL statement neccessary to add C<column_name> to this class's representation in the database
+Returns the SQL statement necessary to add C<column_name> to this class's representation in the database
 
 =cut
 
@@ -624,7 +624,7 @@
 
 =head2 drop_column_sql column_name
 
-Returns the SQL statement neccessary to remove C<column_name> from this class's representation in the database
+Returns the SQL statement necessary to remove C<column_name> from this class's representation in the database
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/RightsFrom.pm
==============================================================================
--- jifty/trunk/lib/Jifty/RightsFrom.pm	(original)
+++ jifty/trunk/lib/Jifty/RightsFrom.pm	Sun Jun  3 19:49:31 2007
@@ -23,7 +23,7 @@
 task. L<Jifty::Record/current_user_can> uses this method to make an
 access control decision if it exists.
 
-Note that this means that you a model class can use Jifty::RightsFrom,
+Note that this means that a model class can use Jifty::RightsFrom,
 and still have a custom C<current_user_can> method, and they will not
 interfere with each other.
 


More information about the Jifty-commit mailing list