From: Dave Rolsky Date: Sun, 4 Apr 2010 02:04:54 +0000 (-0500) Subject: Spelling fix in test description X-Git-Tag: 1.02~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e7e0942b6df2a3121f2f2d77292000b3305b771b;p=gitmo%2FMoose.git Spelling fix in test description --- diff --git a/t/040_type_constraints/030_class_subtypes.t b/t/040_type_constraints/030_class_subtypes.t index 91c61c1..509d224 100644 --- a/t/040_type_constraints/030_class_subtypes.t +++ b/t/040_type_constraints/030_class_subtypes.t @@ -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" ,