DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / t / 100_bugs / 009_augment_recursion_bug.t
index 3e41104..e573673 100644 (file)
@@ -38,12 +38,12 @@ isa_ok($baz, 'Foo');
 
 When a subclass which augments foo(), calls a subclass which does not augment
 foo(), there is a chance for some confusion. If Moose does not realize that
-Bar does not augment foo(), becuase it is in the call flow of Baz which does,
+Bar does not augment foo(), because it is in the call flow of Baz which does,
 then we may have an infinite loop.
 
 =cut
 
 is($baz->foo,
   'Foo::foo(Baz::foo and Foo::foo())',
-  '... got the right value for 1 augmented subclass calling non-augmented subclass');
+  'got the right value for 1 augmented subclass calling non-augmented subclass');