# HG changeset patch # User Claus Gittinger # Date 866485301 -7200 # Node ID ada9b102abcfdcab3e30bed6774d007de4f16c72 # Parent a7777c381e7e5a9b68e243482f7db81e808e6168 typo fix diff -r a7777c381e7e -r ada9b102abcf ArrColl.st --- a/ArrColl.st Mon Jun 16 11:57:37 1997 +0200 +++ b/ArrColl.st Mon Jun 16 20:21:41 1997 +0200 @@ -407,7 +407,7 @@ size "redefined to re-enable size->basicSize forwarding - (it is cought in SequencableCollection)" + (it is caught in SequencableCollection)" ^ self basicSize ! ! @@ -415,5 +415,5 @@ !ArrayedCollection class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.43 1997-01-27 23:40:23 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.44 1997-06-16 18:20:15 cg Exp $' ! ! diff -r a7777c381e7e -r ada9b102abcf ArrayedCollection.st --- a/ArrayedCollection.st Mon Jun 16 11:57:37 1997 +0200 +++ b/ArrayedCollection.st Mon Jun 16 20:21:41 1997 +0200 @@ -407,7 +407,7 @@ size "redefined to re-enable size->basicSize forwarding - (it is cought in SequencableCollection)" + (it is caught in SequencableCollection)" ^ self basicSize ! ! @@ -415,5 +415,5 @@ !ArrayedCollection class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.43 1997-01-27 23:40:23 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.44 1997-06-16 18:20:15 cg Exp $' ! ! diff -r a7777c381e7e -r ada9b102abcf Autoload.st --- a/Autoload.st Mon Jun 16 11:57:37 1997 +0200 +++ b/Autoload.st Mon Jun 16 20:21:41 1997 +0200 @@ -39,7 +39,7 @@ subclasses of this class. Autoload catches all messages and files-In the corresponding code when first used. - Then the cought message is resent to the (now existing) class. + Then the caught message is resent to the (now existing) class. Class files are searched along the searchPath (see Smalltalk), and any of binary-classFile, byteCode-classFile or sourceFile are @@ -394,7 +394,7 @@ ! doesNotUnderstand:aMessage - "cought a message; load the class and retry the message" + "caught a message; load the class and retry the message" |newClass| @@ -569,6 +569,6 @@ !Autoload class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.73 1997-05-27 08:35:39 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.74 1997-06-16 18:20:19 cg Exp $' ! ! Autoload initialize! diff -r a7777c381e7e -r ada9b102abcf ClassDescr.st --- 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! 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! diff -r a7777c381e7e -r ada9b102abcf Object.st --- a/Object.st Mon Jun 16 11:57:37 1997 +0200 +++ b/Object.st Mon Jun 16 20:21:41 1997 +0200 @@ -277,7 +277,7 @@ abortSignal "return the signal used to abort user actions. This signal is only - raised if cought (by the debugger), and will lead way out of the + raised if caught (by the debugger), and will lead way out of the currently active doIt/printIt or inspectIt. (also some others use this for a save abort)" @@ -3229,7 +3229,7 @@ "recursion limit (actually: stack overflow) interrupt. This interrupt is triggered, when a process stack grows above its stackLimit - usually, this leads into the debugger, but - could be cought and the stackLimit increased in the handler. + could be caught and the stackLimit increased in the handler. At the time we arrive here, the system has still some stack as a reserve so we can continue to do some useful work or cleanup or debugging for a while. @@ -3352,12 +3352,12 @@ ('Object [error]: exit due to Signal ' , name , ' - and no debugger.') errorPrintCR. Smalltalk exit. ]. - MiniDebugger enterWithMessage:'Signal cought (' , name, ')'. + MiniDebugger enterWithMessage:'Signal caught (' , name, ')'. ^ self ]. box := OptionBox - title:'Signal cought (' , name, ')' + title:'Signal caught (' , name, ')' numberOfOptions:(ignorable ifTrue:[5] ifFalse:[4]). titles := #('return' 'debug' 'dump' 'exit'). @@ -5832,7 +5832,7 @@ "/ a recursive error - quickly enter debugger "/ this happened, when I corrupted the Dialog class ... - ('Object [error]: ' , ex errorString , ' cought in errorNotification') errorPrintCR. + ('Object [error]: ' , ex errorString , ' caught in errorNotification') errorPrintCR. action := #debug. ex return. ] do:[ @@ -5992,6 +5992,6 @@ !Object class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.195 1997-06-03 10:04:11 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.196 1997-06-16 18:20:55 cg Exp $' ! ! Object initialize! diff -r a7777c381e7e -r ada9b102abcf Obsolete.st --- 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! diff -r a7777c381e7e -r ada9b102abcf ObsoleteObject.st --- a/ObsoleteObject.st Mon Jun 16 11:57:37 1997 +0200 +++ b/ObsoleteObject.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/ObsoleteObject.st,v 1.14 1996-11-11 16:36:51 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Attic/ObsoleteObject.st,v 1.15 1997-06-16 18:21:23 cg Exp $' ! ! ObsoleteObject initialize! diff -r a7777c381e7e -r ada9b102abcf Process.st --- a/Process.st Mon Jun 16 11:57:37 1997 +0200 +++ b/Process.st Mon Jun 16 20:21:41 1997 +0200 @@ -63,7 +63,7 @@ cleanup blocks are evaluated. (so a process which has set up those blocks correctly does not have to care especially about cleanup in case of termination). - Other than that, the TerminateSignal can be cought for special cleanup or + Other than that, the TerminateSignal can be caught for special cleanup or even to make the process continue execution. A hard terminate (Process>>terminateNoSignal) will NOT do all of the above, @@ -152,15 +152,15 @@ [Class variables:] TerminateSignal signal used to terminate processes - (should not be cought - or at least + (should not be caught - or at least rejected in handlers). - If cought and proceeded, a process + If caught and proceeded, a process cannot be terminated via #terminate. For hardTermination (in case of emergency), send it a #erminateNoSignal message. RestartSignal signal used to restart a process. - Can be cought in additional handler(s), + Can be caught in additional handler(s), to perform all kind of re-initialization. However, these handlers should reject, for the restart to be really performed. @@ -1237,7 +1237,7 @@ terminate "terminate the receiver process. Termination is done by raising the terminateSignal in the receiver process, - which can be cought. + which can be caught. All unwind actions and the exit-actions (if any) will be performed before the process is really terminated." @@ -1341,6 +1341,6 @@ !Process class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.77 1997-05-09 10:16:44 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.78 1997-06-16 18:21:30 cg Exp $' ! ! Process initialize! diff -r a7777c381e7e -r ada9b102abcf QuerySig.st --- a/QuerySig.st Mon Jun 16 11:57:37 1997 +0200 +++ b/QuerySig.st Mon Jun 16 20:21:41 1997 +0200 @@ -111,7 +111,7 @@ ex proceed ] do:[ [ - 1 // zero. 'an error which is cought in the handler'. + 1 // zero. 'an error which is caught in the handler'. (querySignal raise) == true ifTrue:[ Transcript showCR:'query says: ok'. ] ifFalse:[ @@ -164,7 +164,7 @@ ex proceed ] do:[ [ - 1 // zero. 'an error which is cought in the handler'. + 1 // zero. 'an error which is caught in the handler'. (querySignal raise) == true ifTrue:[ Transcript showCR:'query says: ok'. ] ifFalse:[ @@ -346,5 +346,5 @@ !QuerySignal class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Attic/QuerySig.st,v 1.17 1997-01-03 14:14:53 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Attic/QuerySig.st,v 1.18 1997-06-16 18:21:36 cg Exp $' ! ! diff -r a7777c381e7e -r ada9b102abcf QuerySignal.st --- a/QuerySignal.st Mon Jun 16 11:57:37 1997 +0200 +++ b/QuerySignal.st Mon Jun 16 20:21:41 1997 +0200 @@ -111,7 +111,7 @@ ex proceed ] do:[ [ - 1 // zero. 'an error which is cought in the handler'. + 1 // zero. 'an error which is caught in the handler'. (querySignal raise) == true ifTrue:[ Transcript showCR:'query says: ok'. ] ifFalse:[ @@ -164,7 +164,7 @@ ex proceed ] do:[ [ - 1 // zero. 'an error which is cought in the handler'. + 1 // zero. 'an error which is caught in the handler'. (querySignal raise) == true ifTrue:[ Transcript showCR:'query says: ok'. ] ifFalse:[ @@ -346,5 +346,5 @@ !QuerySignal class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/QuerySignal.st,v 1.17 1997-01-03 14:14:53 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/QuerySignal.st,v 1.18 1997-06-16 18:21:36 cg Exp $' ! ! diff -r a7777c381e7e -r ada9b102abcf Signal.st --- a/Signal.st Mon Jun 16 11:57:37 1997 +0200 +++ b/Signal.st Mon Jun 16 20:21:41 1997 +0200 @@ -341,7 +341,7 @@ isHandled "return true, if there is a handler for the receiver signal. Raising an unhandled signal will usually lead into the debugger, - but can be cought globally by setting Exceptions EmergencyHandler." + but can be caught globally by setting Exceptions EmergencyHandler." ^ self isHandledIn:(thisContext sender). ! @@ -660,7 +660,7 @@ ^ aBlock value "the real logic is in raise/Exception" " - the first open will be cought; the second not: + the first open will be caught; the second not: |o1 o2| @@ -701,6 +701,6 @@ !Signal class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.41 1997-03-25 11:42:00 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.42 1997-06-16 18:21:41 cg Exp $' ! ! Signal initialize!