From: Ian Phillipps Date: Fri, 23 Jun 2000 10:40:58 +0000 (+0100) Subject: doc typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb6e01d9fd93f1025bb60ed9c000931b2c8542a3;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/lib/Pod/Usage.pm b/lib/Pod/Usage.pm index aa8f712..571588e 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: