SYN SYN
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index 1c58080..f37279d 100644 (file)
@@ -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