Obsolete.st
changeset 2689 ada9b102abcf
parent 1962 27bfab5c9c38
child 2957 46015145c398
--- a/Obsolete.st	Mon Jun 16 11:57:37 1997 +0200
+++ b/Obsolete.st	Mon Jun 16 20:21:41 1997 +0200
@@ -43,7 +43,7 @@
     old (obsolete) object. This dummy class will be a subclass of ObsoleteObject.
 
     After the creation of the obsolete object, a signal will be raised (in 
-    BinaryInputManager), which can be cought by the application to try some 
+    BinaryInputManager), which can be caught by the application to try some 
     automatic or semi-automatic object conversion.
     The signal gets the obsolete object and the new class as parameters.
 
@@ -231,6 +231,6 @@
 !ObsoleteObject class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Obsolete.st,v 1.14 1996-11-11 16:36:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Obsolete.st,v 1.15 1997-06-16 18:21:23 cg Exp $'
 ! !
 ObsoleteObject initialize!