summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIan Phillipps <Ian.Phillipps@iname.com>2000-06-23 11:40:58 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-06-23 13:25:54 +0000
commitcb6e01d9fd93f1025bb60ed9c000931b2c8542a3 (patch)
treef20f28a3e7221a3e0a3e0755a57f129e297408e5 /lib
parent84393cd974926732d8916ade7acf62979478deb1 (diff)
downloadperl-cb6e01d9fd93f1025bb60ed9c000931b2c8542a3.tar.gz
doc typo fix
Subject: [PATCH] documentation typo in lib/Pod/Usage.pm Message-ID: <20000623104058.A22791@homer.diplex.co.uk> p4raw-id: //depot/cfgperl@6222
Diffstat (limited to 'lib')
-rw-r--r--lib/Pod/Usage.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/Usage.pm b/lib/Pod/Usage.pm
index aa8f712dcf..571588ebd2 100644
--- a/lib/Pod/Usage.pm
+++ b/lib/Pod/Usage.pm
@@ -211,7 +211,7 @@ convenient to use as an innocent looking error message handling function:
## Check for too many filenames
pod2usage("$0: Too many files given.\n") if (@ARGV > 1);
-Some user's however may feel that the above "economy of expression" is
+Some users however may feel that the above "economy of expression" is
not particularly readable nor consistent and may instead choose to do
something more like the following: