diff -r a7777c381e7e -r ada9b102abcf ClassDescription.st --- a/ClassDescription.st Mon Jun 16 11:57:37 1997 +0200 +++ b/ClassDescription.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/ClassDescription.st,v 1.47 1997-06-04 12:58:18 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.48 1997-06-16 18:20:26 cg Exp $' ! ! ClassDescription initialize!