From: Devin Austin Date: Sat, 11 Jul 2009 00:09:46 +0000 (-0600) Subject: fixed minor spelling nit X-Git-Tag: 0.21~8^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=7f5f3d941750f0a2a4d92abbb91d0f84b86e7446 fixed minor spelling nit --- diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index 790eb54..eb06316 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -276,8 +276,8 @@ to have C ignore your attribute in the commandline options. By default, attributes which start with an underscore are not given commandline argument support, unless the attribute's metaclass is set -to L. If you don't want you accessors -to have the leading underscore in thier name, you can do this: +to L. If you don't want your accessors +to have the leading underscore in their name, you can do this: # for read/write attributes has '_foo' => (accessor => 'foo', ...);