Fix grammar in warning
Dave Rolsky [Wed, 27 Oct 2010 02:12:46 +0000 (21:12 -0500)]
lib/Moose/Meta/Attribute/Native/Trait.pm

index f5013ab..5114270 100644 (file)
@@ -45,7 +45,7 @@ before '_process_options' => sub {
             feature => 'default default for Native Trait',
             message =>
                 'Allowing a native trait to automatically supply a default is deprecated.'
-                . ' You can avoid this warning by supply a default, builder, or making the attribute required'
+                . ' You can avoid this warning by supplying a default, builder, or making the attribute required'
         );
     }
 };