typo fix
Ricardo Signes [Thu, 21 Oct 2010 18:58:10 +0000 (14:58 -0400)]
lib/Try/Tiny.pm

index 47752a6..750b4ef 100644 (file)
@@ -204,7 +204,7 @@ You can add finally blocks making the following true.
        try { die 'foo' } catch { warn "Got a die: $_" } finally { $x = 'bar' };
 
 Finally blocks are always executed making them suitable for cleanup code
-which cannot be handled using local.  You can add as many finaly blocks to a
+which cannot be handled using local.  You can add as many finally blocks to a
 given try block as you like.
 
 =head1 EXPORTS