Spelling fix in test description
Dave Rolsky [Sun, 4 Apr 2010 02:04:54 +0000 (21:04 -0500)]
t/040_type_constraints/030_class_subtypes.t

index 91c61c1..509d224 100644 (file)
@@ -23,7 +23,7 @@ use Moose::Meta::TypeConstraint;
 }
 
 my $Int = find_type_constraint('Int');
-ok $Int, 'Got a good type contstraint';
+ok $Int, 'Got a good type constraint';
 
 my $parent  = Test::Moose::Meta::TypeConstraint::AnySubType->new({
         name => "Test::Moose::Meta::TypeConstraint::AnySubType" ,