Fix my spelling of suppress
Dave Rolsky [Fri, 30 Dec 2011 20:57:12 +0000 (14:57 -0600)]
Changes

diff --git a/Changes b/Changes
index 5776902..a500dbd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,9 +6,9 @@ for, noteworthy changes.
   [BUG FIXES]
 
   * When RoleA consumes RoleB and both roles define the same method, it is now
-    possible to supress the method conflict error by excluding the conflicting
-    method when RoleA is consumed by a class. The error message from a
-    conflict always said that you could do this, but it didn't actually
+    possible to suppress the method conflict error by excluding the
+    conflicting method when RoleA is consumed by a class. The error message
+    from a conflict always said that you could do this, but it didn't actually
     work. (Dave Rolsky).
 
 2.0401 Thu, Nov 17, 2011