[Jifty-commit] r1153 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jun 3 17:03:05 EDT 2006


Author: seanmil
Date: Sat Jun  3 17:03:02 2006
New Revision: 1153

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Dispatcher.pm

Log:
 r345 at pc102:  sean | 2006-06-03 17:02:53 -0400
 * Fix minor Pod typos


Modified: jifty/trunk/lib/Jifty/Dispatcher.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Dispatcher.pm	(original)
+++ jifty/trunk/lib/Jifty/Dispatcher.pm	Sat Jun  3 17:03:02 2006
@@ -108,9 +108,9 @@
 
 By default, L<Jifty::Plugin> dispatcher rules are added in the order
 they are specified in the application's configuration file; that is,
-after all the plugin dispatchers have run in order, then tha
+after all the plugin dispatchers have run in order, then the
 application's dispatcher runs.  It is possible to specify rules which
-should be reordered with respect to this rule, however.  This us done
+should be reordered with respect to this rule, however.  This is done
 by using a variant on the C<before> and C<after> syntax:
 
     before plugin NAME =>
@@ -126,7 +126,7 @@
 a C<Jifty::Plugin::Auth::Basic> and a C<Jifty::Plugin::Auth::Complex>,
 the rules will be placed before the first.
 
-C<RULES> may wither be a single C<before>, C<on>, C<under>, or
+C<RULES> may either be a single C<before>, C<on>, C<under>, or
 C<after> rule to change the ordering of, or an array reference of
 rules to reorder.
 
@@ -243,7 +243,7 @@
 
 =head2 plugin
 
-See L</Plugins and rule odering>, above.
+See L</Plugins and rule ordering>, above.
 
 =cut
 


More information about the Jifty-commit mailing list