From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Thu, 30 Aug 2007 08:51:20 +0000 (+0000)
Subject: Typo fix
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=95285d99305dadbf97038a3700ae47072ace6ffd;p=p5sagit%2Fp5-mst-13.2.git

Typo fix

p4raw-id: //depot/perl@31763
---

diff --git a/lib/Pod/Perldoc.pm b/lib/Pod/Perldoc.pm
index d2affbb..19972b8 100644
--- a/lib/Pod/Perldoc.pm
+++ b/lib/Pod/Perldoc.pm
@@ -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) {