Model.st
changeset 337 e6642ba7cca9
parent 318 097d70e8163f
child 353 e9071756b6a7
--- a/Model.st	Thu Oct 10 19:24:33 1996 +0200
+++ b/Model.st	Mon Oct 14 23:26:28 1996 +0200
@@ -214,14 +214,15 @@
     "Created: 19.4.1996 / 10:28:53 / cg"
 !
 
-interrests
-    "return a Collection of interrests - nil if there is none.
-     Here, we use the normal dependents collection for interrests."
+interests
+    "return a Collection of interests - nil if there is none.
+     Here, we use the normal dependents collection for interests."
 
     ^ self dependents
 
     "Created: 19.4.1996 / 12:28:23 / cg"
     "Modified: 19.4.1996 / 18:07:12 / cg"
+    "Modified: 14.10.1996 / 22:19:58 / stefan"
 !
 
 nonWeakDependents
@@ -247,5 +248,5 @@
 !Model  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.25 1996-07-19 10:45:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.26 1996-10-14 21:26:28 stefan Exp $'
 ! !