insidious typo
Jesse Sheidlower [Thu, 18 Jun 2009 22:05:24 +0000 (22:05 +0000)]
lib/Test/WWW/Mechanize/Catalyst.pm

index e132430..9f6f1f8 100644 (file)
@@ -494,7 +494,7 @@ I<%parms> is a hashref containing the params to pass to C<follow_link()>.
 Note that the params to C<follow_link()> are a hash whereas the parms to
 this function are a hashref.  You have to call this function like:
 
-    $agent->follow_like_ok( {n=>3}, "looking for 3rd link" );
+    $agent->follow_link_ok( {n=>3}, "looking for 3rd link" );
 
 As with other test functions, C<$comment> is optional.  If it is supplied
 then it will display when running the test harness in verbose mode.