[Jifty-commit] r7614 - jifty/trunk/lib/Jifty/Test/WWW

Jifty commits jifty-commit at lists.jifty.org
Mon Nov 16 16:09:08 EST 2009


Author: sartak
Date: Mon Nov 16 16:09:07 2009
New Revision: 7614

Modified:
   jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm

Log:
Doc typo fix

Modified: jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	(original)
+++ jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	Mon Nov 16 16:09:07 2009
@@ -48,7 +48,7 @@
 Finds the moniker of the first action of type I<ACTION> whose
 "constructor" field I<FIELD1> is I<VALUE1>, and so on.
 
-   my $mon =$mech->moniker_for('MyApp::Action::UpdateInfok');
+   my $mon = $mech->moniker_for('MyApp::Action::UpdateInfo');
 
 If there is only one action of type ACTION, be sure not to pass
 any more arguments to this method, or the method will return undef.


More information about the Jifty-commit mailing list