From: Dave Rolsky Date: Fri, 29 Oct 2010 15:12:53 +0000 (-0500) Subject: Spelling fix in Changes X-Git-Tag: 1.18~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5449387f1c499c5390210ff2695addbd39531fa5;p=gitmo%2FMoose.git Spelling fix in Changes --- diff --git a/Changes b/Changes index 2931fbc..3cf05ca 100644 --- a/Changes +++ b/Changes @@ -8,7 +8,7 @@ for, noteworthy changes. * Type constraint objects now have an assert_coerce method which will either return a valid value or throw an error. (rjbs) - * We now warn when an accessor for one attribute ovewrites an accessor for + * We now warn when an accessor for one attribute overwrites an accessor for another attribute. RT #57510. (Dave Rolsky) [BUG FIXES]