* 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]