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
commit9322a846b8c40daa0417071a0ddf767bc4a214bf (patch)
tree5b73a85e97374f778ffcc77bff341c3ba1435d8a /pod/perlmodlib.pod
parentb8a8c362308ec97d9ad65d945bfe7beb817cc414 (diff)
downloadperl-9322a846b8c40daa0417071a0ddf767bc4a214bf.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