Spelling fix in Changes
Dave Rolsky [Fri, 29 Oct 2010 15:12:53 +0000 (10:12 -0500)]
Changes

diff --git a/Changes b/Changes
index 2931fbc..3cf05ca 100644 (file)
--- 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]