From: Rafael Garcia-Suarez Date: Tue, 8 Feb 2005 10:39:21 +0000 (+0000) Subject: Fix typo in corelist X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b69ffb0c2dcf2e48394234750a5dba409f3ff696;p=p5sagit%2Fp5-mst-13.2.git Fix typo in corelist p4raw-id: //depot/perl@23948 --- diff --git a/lib/Module/CoreList/bin/corelist b/lib/Module/CoreList/bin/corelist index 95f88ff..639cfd0 100644 --- a/lib/Module/CoreList/bin/corelist +++ b/lib/Module/CoreList/bin/corelist @@ -71,10 +71,10 @@ if(exists $Opts{v} ){ for sort keys %{$Module::CoreList::version{$Opts{v}}}; print "\n"; } else { - print "\nModue::CoreList has no info on perl v$Opts{v}\n\n"; + print "\nModule::CoreList has no info on perl v$Opts{v}\n\n"; } } else { - print "\nModue::CoreList has info on the following perl versions:\n"; + print "\nModule::CoreList has info on the following perl versions:\n"; print "$_\n" for sort keys %Module::CoreList::version; print "\n"; }