Registry.st
changeset 759 908363ce8a32
parent 630 b785d23d7c5b
child 1145 a094d90e11bf
--- a/Registry.st	Fri Dec 15 00:05:12 1995 +0100
+++ b/Registry.st	Fri Dec 15 13:47:55 1995 +0100
@@ -150,7 +150,7 @@
 
 unregister:anObject
     "remove registration of anObject, without telling the phantom;
-     should be sent, if we are no more interrested in destruction of
+     should be sent, if we are no more interested in destruction of
      anObject (i.e. it no longer holds external resources)."
 
     |index|
@@ -214,5 +214,5 @@
 !Registry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Registry.st,v 1.21 1995-11-23 17:12:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Registry.st,v 1.22 1995-12-15 12:47:47 cg Exp $'
 ! !