typo fixes
[gitmo/Moose.git] / t / 010_basics / 030_deprecations.t
index 6cb2dac..c63121c 100644 (file)
@@ -9,7 +9,7 @@ use Test::Requires {
 };
 
 # All tests are wrapped with lives_and because the stderr output tests will
-# otherwies eat exceptions, and the test just dies silently.
+# otherwise eat exceptions, and the test just dies silently.
 
 {
     package Role;