From: Chris Prather Date: Sun, 23 Aug 2009 19:48:30 +0000 (-0400) Subject: speeling cleanup X-Git-Tag: 0.89_01~5^2~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a07ac19685f4b014984a9af3aa654640a2884695;p=gitmo%2FMoose.git speeling cleanup --- diff --git a/lib/Moose/Manual/Delegation.pod b/lib/Moose/Manual/Delegation.pod index 0203892..e0a5d09 100644 --- a/lib/Moose/Manual/Delegation.pod +++ b/lib/Moose/Manual/Delegation.pod @@ -98,7 +98,7 @@ L docs for more details on exactly how this works. Handles also will allow you to delegate to "helper" methods that work on common Perl data structures. If you remember or have ever used -L the mechanisim is very +L the mechanism is very similar. has 'queue' => ( @@ -142,8 +142,8 @@ curry methods when creating delegates. } ) -With this definiton calling C<$spider->set_user_agent('MyClient')> will behind -the scenes call C<$spider->request->header('UserAgent', 'MyClient')>. +With this definition calling C<$spider->set_user_agent('MyClient')> will +behind the scenes call C<$spider->request->header('UserAgent', 'MyClient')>. =head1 MISSING ATTRIBUTES