From: Dave Rolsky Date: Tue, 14 Feb 2012 16:25:20 +0000 (-0600) Subject: Fix a typo (s/lead/led) and some bleah phrasing. X-Git-Tag: accepted/trunk/20130322.191538~680 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4017f82254626bb93d17213f41a854c1a3ac20cf;p=platform%2Fupstream%2Fperl.git Fix a typo (s/lead/led) and some bleah phrasing. --- diff --git a/pod/perlootut.pod b/pod/perlootut.pod index cdb4192..b745a6f 100644 --- a/pod/perlootut.pod +++ b/pod/perlootut.pod @@ -723,9 +723,9 @@ built-in OO works. =head1 CONCLUSION -As we said before, Perl's minimal OO system has lead to a flourishing -of OO systems on CPAN. While you can still drop down to the bare metal -and write your classes by hand, there's really no reason to do that in +As we said before, Perl's minimal OO system has led to a profusion of +OO systems on CPAN. While you can still drop down to the bare metal and +write your classes by hand, there's really no reason to do that in 2011. For small systems, L and L both provide