summaryrefslogtreecommitdiff
path: root/pod/perlmodlib.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2000-08-30 02:12:50 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-30 14:46:34 +0000
commitb1866b2db57c4aa1ee77325f2658722f6a7befa2 (patch)
tree5b73a85e97374f778ffcc77bff341c3ba1435d8a /pod/perlmodlib.pod
parent24e657a8ecba3e48980c1390adb658d9f9ad69f5 (diff)
downloadperl-b1866b2db57c4aa1ee77325f2658722f6a7befa2.tar.gz
typos in pods
Message-ID: <20000830011249.A61388@plum.flirble.org> p4raw-id: //depot/perl@6917
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r--pod/perlmodlib.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod
index 1c5808058e..f37279d90a 100644
--- a/pod/perlmodlib.pod
+++ b/pod/perlmodlib.pod
@@ -736,7 +736,7 @@ By-name interface to Perl's built-in getpw*() functions
To find out I<all> modules installed on your system, including
those without documentation or outside the standard release,
-jus tdo this:
+just do this:
% find `perl -e 'print "@INC"'` -name '*.pm' -print