Typo fix
Rafael Garcia-Suarez [Thu, 30 Aug 2007 08:51:20 +0000 (08:51 +0000)]
p4raw-id: //depot/perl@31763

lib/Pod/Perldoc.pm

index d2affbb..19972b8 100644 (file)
@@ -720,8 +720,8 @@ sub grand_search_init {
         # prepend extra search directories (including language specific)
         push @searchdirs, @{ $self->{'extra_search_dirs'} };
 
-        # We mush look both in @INC for library modules and in $bindir
-        # for executables, like h2xs or perldoc itself.        
+        # We must look both in @INC for library modules and in $bindir
+        # for executables, like h2xs or perldoc itself.
         push @searchdirs, ($self->{'bindir'}, @INC);
         unless ($self->opt_m) {
             if (IS_VMS) {