spelling corrections
Jonathan Yu [Sun, 24 Jan 2010 18:47:30 +0000 (19:47 +0100)]
lib/Try/Tiny.pm

index 5a3e68d..ee62dec 100644 (file)
@@ -282,7 +282,7 @@ not yet handled.
 C<$@> must be properly localized before invoking C<eval> in order to avoid this
 issue.
 
-More specifically, C<$@> is clobbered at the begining of the C<eval>, which
+More specifically, C<$@> is clobbered at the beginning of the C<eval>, which
 also makes it impossible to capture the previous error before you die (for
 instance when making exception objects with error stacks).