X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xs-src%2FMouseAttribute.xs;h=7a453fd2f7d0ac1ccb68a7ccebdebd218569f2b1;hb=590e40d8d76ceb0ee30bbd2ea9e679701bb1280a;hp=5e20e924f24821a296e95edaf09f876ee085f3dc;hpb=0464d337aad64f435f978dd97bc44af033545fac;p=gitmo%2FMouse.git diff --git a/xs-src/MouseAttribute.xs b/xs-src/MouseAttribute.xs index 5e20e92..7a453fd 100644 --- a/xs-src/MouseAttribute.xs +++ b/xs-src/MouseAttribute.xs @@ -476,7 +476,7 @@ CODE: if(svp && sv_true(*svp)){ if(!(has_default || has_builder)){ mouse_throw_error(klass, NULL, - "You cannot have lazy attribute (%"SVf") without specifying " + "You cannot have a lazy attribute (%"SVf") without specifying " "a default value for it", name); } }