From: Dave Rolsky Date: Mon, 14 Feb 2011 00:03:31 +0000 (-0600) Subject: Fix error message (missing "a") X-Git-Tag: 1.24~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=09f46f0a8e2b7f633a7ca381c6929f9790650940;p=gitmo%2FMoose.git Fix error message (missing "a") --- diff --git a/lib/Moose/Meta/Role/Application/RoleSummation.pm b/lib/Moose/Meta/Role/Application/RoleSummation.pm index 1963463..e8ec464 100644 --- a/lib/Moose/Meta/Role/Application/RoleSummation.pm +++ b/lib/Moose/Meta/Role/Application/RoleSummation.pm @@ -138,7 +138,7 @@ sub apply_attributes { "We have encountered an attribute conflict with '$name' " . "during role composition. " . " This attribute is defined in both $role1 and $role2." - . " This is fatal error and cannot be disambiguated." ); + . " This is a fatal error and cannot be disambiguated." ); } $seen{$name} = $attr;