From 95285d99305dadbf97038a3700ae47072ace6ffd Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 30 Aug 2007 08:51:20 +0000 Subject: [PATCH] Typo fix p4raw-id: //depot/perl@31763 --- lib/Pod/Perldoc.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.7.4