From: Jonathan Yu Date: Sun, 24 Jan 2010 18:47:30 +0000 (+0100) Subject: spelling corrections X-Git-Tag: Try-Tiny-0.05~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e5b44411e79379573ae88f010ab67a56ea05c0c;p=p5sagit%2FTry-Tiny.git spelling corrections --- diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 5a3e68d..ee62dec 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -282,7 +282,7 @@ not yet handled. C<$@> must be properly localized before invoking C in order to avoid this issue. -More specifically, C<$@> is clobbered at the begining of the C, which +More specifically, C<$@> is clobbered at the beginning of the C, which also makes it impossible to capture the previous error before you die (for instance when making exception objects with error stacks).