Change.st
changeset 4238 e3824d6ddfb7
parent 4237 278c21407942
child 4306 5392ae495a46
--- a/Change.st	Wed May 17 12:18:10 2017 +0200
+++ b/Change.st	Wed May 17 12:52:38 2017 +0200
@@ -306,7 +306,7 @@
 asAntiChange
     "Returns my anti-change, i.e. change that does the
      opposite. For class definition change it returns
-     class remove change, for method defintion change
+     class remove change, for method definition change
      it returns method remove change. If there is no way
      how to revert the change, an error is triggered.
 
@@ -322,7 +322,7 @@
 
     "Created: / 02-11-2009 / 11:11:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 26-11-2009 / 16:10:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified (comment): / 17-05-2017 / 12:17:28 / mawalch"
+    "Modified (comment): / 17-05-2017 / 12:51:41 / mawalch"
 ! !
 
 !Change methodsFor:'enumerating'!