summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorbrian d foy <brian.d.foy@gmail.com>2011-02-28 08:50:26 -0600
committerbrian d foy <brian.d.foy@gmail.com>2011-02-28 08:50:26 -0600
commit1596350e769e1efc9293fbfbe51aca23a695b5fb (patch)
treec48774706cd9a07791fb10241b3dc6067f16876c /pod
parente2b4a08c75901ae8a8a00efe0bd4b0503f5d38d2 (diff)
downloadperl-1596350e769e1efc9293fbfbe51aca23a695b5fb.tar.gz
Fix a grammar nit in perlfaq8
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfaq8.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod
index adc1d49c6b..b64e8d038b 100644
--- a/pod/perlfaq8.pod
+++ b/pod/perlfaq8.pod
@@ -1192,7 +1192,7 @@ might not be perl's message.
(contributed by brian d foy)
The easiest way is to have a module also named CPAN do it for you by using
-the C<cpan> command the comes with Perl. You can give it a list of modules
+the C<cpan> command that comes with Perl. You can give it a list of modules
to install:
$ cpan IO::Interactive Getopt::Whatever