doc typo fix
authorIan Phillipps <Ian.Phillipps@iname.com>
Fri, 23 Jun 2000 10:40:58 +0000 (11:40 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 23 Jun 2000 13:25:54 +0000 (13:25 +0000)
Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
Message-ID: <20000623104058.A22791@homer.diplex.co.uk>

p4raw-id: //depot/cfgperl@6222

lib/Pod/Usage.pm

index aa8f712..571588e 100644 (file)
@@ -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: