summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-12-06 20:25:22 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-12-06 20:25:22 +0000
commitaac3eea9889824ae18fc40dd1d519c074dd0a4f1 (patch)
treeb474547c1d4061e9b51fc34c22e570137d42cb0d
parent7a9891a01ee9e8164aeb3af0ca1d68671cb3bdf3 (diff)
Fix speling here too so t/pod/pod2usage.t passes; noticed by drahn@
-rw-r--r--gnu/usr.bin/perl/t/pod/pod2usage.xr2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/t/pod/pod2usage.xr b/gnu/usr.bin/perl/t/pod/pod2usage.xr
index 7315d4025a0..d9ad11a1bb7 100644
--- a/gnu/usr.bin/perl/t/pod/pod2usage.xr
+++ b/gnu/usr.bin/perl/t/pod/pod2usage.xr
@@ -38,7 +38,7 @@ OPTIONS AND ARGUMENTS
DESCRIPTION
pod2usage will read the given input file looking for pod documentation
and will print the corresponding usage message. If no input file is
- specifed than standard input is read.
+ specified then standard input is read.
pod2usage invokes the pod2usage() function in the Pod::Usage module.
Please see the pod2usage() entry in the Pod::Usage manpage.