Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
Message-ID: <
20000623104058.A22791@homer.diplex.co.uk>
p4raw-id: //depot/cfgperl@6222
## 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: