Change 31763 by [EMAIL PROTECTED] on 2007/08/30 08:51:20

        Typo fix

Affected files ...

... //depot/perl/lib/Pod/Perldoc.pm#18 edit

Differences ...

==== //depot/perl/lib/Pod/Perldoc.pm#18 (text) ====
Index: perl/lib/Pod/Perldoc.pm
--- perl/lib/Pod/Perldoc.pm#17~31762~   2007-08-30 01:50:11.000000000 -0700
+++ perl/lib/Pod/Perldoc.pm     2007-08-30 01:51:20.000000000 -0700
@@ -720,8 +720,8 @@
         # 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) {
End of Patch.

Reply via email to