Fix typo in corelist
Rafael Garcia-Suarez [Tue, 8 Feb 2005 10:39:21 +0000 (10:39 +0000)]
p4raw-id: //depot/perl@23948

lib/Module/CoreList/bin/corelist

index 95f88ff..639cfd0 100644 (file)
@@ -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";
     }