Typo in comment
cm-perl [Fri, 12 Dec 2014 16:17:10 +0000 (17:17 +0100)]
lib/Try/Tiny.pm

index 91307b4..73c2b16 100644 (file)
@@ -77,7 +77,7 @@ sub try (&;@) {
       $try->();
     };
 
-    return 1; # properly set $fail to false
+    return 1; # properly set $failed to false
   };
 
   # preserve the current error and reset the original value of $@