This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: typo
authorFather Chrysostomos <sprout@cpan.org>
Mon, 19 Nov 2012 20:32:02 +0000 (12:32 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 20 Nov 2012 05:31:56 +0000 (21:31 -0800)
pod/perldiag.pod

index 52fa476..5041e94 100644 (file)
@@ -1905,7 +1905,7 @@ is not possible.
 
 =item Field too wide in 'u' format in pack
 
-(W pack) Each line in an uuencoded string start with a length indicator
+(W pack) Each line in an uuencoded string starts with a length indicator
 which can't encode values above 63.  So there is no point in asking for
 a line length bigger than that.  Perl will behave as if you specified
 C<u63> as the format.