[Jifty-commit] r2116 - jifty/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Nov 6 02:05:42 EST 2006


Author: gaal
Date: Mon Nov  6 02:05:40 2006
New Revision: 2116

Modified:
   jifty/trunk/lib/Jifty/Action.pm

Log:
minor English tweak


Modified: jifty/trunk/lib/Jifty/Action.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Action.pm	(original)
+++ jifty/trunk/lib/Jifty/Action.pm	Mon Nov  6 02:05:40 2006
@@ -148,13 +148,13 @@
 
 =head2 _generate_moniker 
 
-Construct an moniker for a new (or soon-to-be-constructed) action that did not have
+Construct a moniker for a new (or soon-to-be-constructed) action that did not have
 an explicit moniker specified.  The algorithm is simple: We snapshot the call stack,
 prefix it with the action class, and then append it with an per-request autoincrement
 counter in case the same class/stack is encountered twice, which can happen if the
 programmer placed a C<new_action> call inside a loop.
 
-The monikers generated this way is guaranteed to work across requests.
+Monikers generated this way are guaranteed to work across requests.
 
 =cut
 


More information about the Jifty-commit mailing list