From: Florian Ragwitz Date: Fri, 24 Oct 2008 16:35:41 +0000 (+0000) Subject: Fix some typos in the pod. X-Git-Tag: 0.60~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c78749468bd025340411de01eabcc74116216ed8;p=gitmo%2FMoose.git Fix some typos in the pod. --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 56dda40..4edb87c 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -658,7 +658,7 @@ information. =item B %options> -This is variation on the normal attibute creator C which allows you to +This is variation on the normal attribute creator C which allows you to clone and extend an attribute from a superclass or from a role. Here is an example of the superclass usage: @@ -737,7 +737,7 @@ You I allowed to change the type without restriction. It is recommended that you use this freedom with caution. We used to only allow for extension only if the type was a subtype of the parent's type, but we felt that was too restrictive and is better left as a -policy descision. +policy decision. =item I diff --git a/lib/oose.pm b/lib/oose.pm index 026177c..26da502 100644 --- a/lib/oose.pm +++ b/lib/oose.pm @@ -49,7 +49,7 @@ perl -e'package Foo; use Moose; ...' was annoying me. =head1 INTERFACE -oose provides exactly one method and it's automically called by perl: +oose provides exactly one method and it's automatically called by perl: =over 4