From 4017f82254626bb93d17213f41a854c1a3ac20cf Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Tue, 14 Feb 2012 10:25:20 -0600 Subject: [PATCH] Fix a typo (s/lead/led) and some bleah phrasing. --- pod/perlootut.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.7.4