1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: Spelling error in module
Correct spelling error in lib/MooseX/Param.pm
Bug: https://rt.cpan.org/Ticket/Display.html?id=76121
Author: Robert James Clay <jame@rocasa.us>
--- a/lib/MooseX/Param.pm
+++ b/lib/MooseX/Param.pm
@@ -85,7 +85,7 @@
This role provides a C<params> attribute which has a read-only accessor,
and a HashRef type constraint. It also adds a builder method (see
-C<init_params> method below) to properly initalize it.
+C<init_params> method below) to properly initialize it.
=back
@@ -165,4 +165,4 @@
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
-=cut
\ No newline at end of file
+=cut
|