Fix a typo in a test
[gitmo/Mouse.git] / t / 001_mouse / 057_subtype_without_where.t
index 2b6ebb4..520037e 100644 (file)
@@ -32,7 +32,7 @@ coerce 'C',
         is => 'ro',
         isa => 'C',
         coerce => 1,
-        requried => 1,
+        required => 1,
     );
 }