Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681
Tomas Doran [Sun, 5 Feb 2012 20:50:34 +0000 (20:50 +0000)]
ChangeLog
lib/MooseX/Getopt.pm

index 76dc49a..1f18f9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Revision history for Perl extension MooseX-Getopt
 
+  * Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681
+
 0.39 Fri 03 Feb 2012
   * Fix argument parsing in process_argv when used with ConfigFromFile so that
     -v can be used as expected, rather than being grabbed as --version
index 763b748..8400677 100644 (file)
@@ -73,7 +73,7 @@ specified by the C<--configfile> option (or the default you've
 given for the configfile attribute) for you.
 
 Options specified in multiple places follow the following
-precendence order: commandline overrides configfile, which
+precedence order: commandline overrides configfile, which
 overrides explicit new_with_options parameters.
 
 =head2 Supported Type Constraints