ClassDescr.st
changeset 2689 ada9b102abcf
parent 2676 38d61ed0cf40
child 2701 15b5260a9e91
--- a/ClassDescr.st	Mon Jun 16 11:57:37 1997 +0200
+++ b/ClassDescr.st	Mon Jun 16 20:21:41 1997 +0200
@@ -1564,7 +1564,7 @@
 
     "common helper to write a change record.
      Opens the changefile and executes aBlock passing the stream
-     as argument. WriteErrors are cought and will lead to a warning.
+     as argument. WriteErrors are caught and will lead to a warning.
      The changefile is not kept open, to force the change to go to disk
      as soon as possible - thus, in case of a crash, no changes should
      be lost due to buffering."
@@ -1589,7 +1589,7 @@
 
     "common helper to write a change record.
      Opens the changefile and executes aBlock passing the stream
-     as argument. WriteErrors are cought and will lead to a warning.
+     as argument. WriteErrors are caught and will lead to a warning.
      The changefile is not kept open, to force the change to go to disk
      as soon as possible - thus, in case of a crash, no changes should
      be lost due to buffering.
@@ -2475,6 +2475,6 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ClassDescr.st,v 1.47 1997-06-04 12:58:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ClassDescr.st,v 1.48 1997-06-16 18:20:26 cg Exp $'
 ! !
 ClassDescription initialize!