ObjectMemory.st
changeset 3223 ccdfe7ceb88e
parent 3181 c7041542f8b8
child 3262 5a9d609d8b25
--- a/ObjectMemory.st	Mon Jan 26 12:57:48 1998 +0100
+++ b/ObjectMemory.st	Mon Jan 26 12:59:17 1998 +0100
@@ -1351,11 +1351,11 @@
 !ObjectMemory class methodsFor:'dependents access'!
 
 dependents
-    "return the colleciton of my dependents"
+    "return the collection of my dependents"
 
     ^ Dependents ? #()
 
-    "Modified: / 27.10.1997 / 19:36:45 / cg"
+    "Modified: / 26.1.1998 / 11:17:59 / cg"
 !
 
 dependents:aCollection
@@ -4169,6 +4169,6 @@
 !ObjectMemory class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.150 1998-01-16 15:04:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.151 1998-01-26 11:59:17 cg Exp $'
 ! !
 ObjectMemory initialize!