typo
authorClaus Gittinger <cg@exept.de>
Tue, 10 Jun 2014 12:20:58 +0200
changeset 16563 726606d925c3
parent 16562 de9b98f4a494
child 16564 a0fa3d6f41ad
typo
Process.st
--- a/Process.st	Tue Jun 10 12:20:23 2014 +0200
+++ b/Process.st	Tue Jun 10 12:20:58 2014 +0200
@@ -159,7 +159,7 @@
 			can be interrupted, terminated and aborted
 			(i.e. the usual context actions are is possible).
 
-	#halted         thread was cought while in a blocking API call
+	#halted         thread was caught while in a blocking API call
 			or primitive endless loop and has been halted by
 			the scheduler.
 			Can only be resumed or hard-terminated - abort
@@ -2133,7 +2133,7 @@
 
 version_CVS
 
-    ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.185 2014-06-10 10:20:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.186 2014-06-10 10:20:58 cg Exp $'
 !
 
 version_SVN