Process.st
changeset 5256 1209e167d63e
parent 5088 053e015a218a
child 5377 575184539847
--- a/Process.st	Fri Feb 11 14:18:29 2000 +0100
+++ b/Process.st	Sat Feb 12 16:30:26 2000 +0100
@@ -1435,7 +1435,7 @@
     "Created: 6.8.1997 / 15:40:02 / cg"
 ! !
 
-!Process methodsFor:'startup '!
+!Process methodsFor:'startup'!
 
 imageRestart
     "restart the process from the beginning.
@@ -1772,6 +1772,6 @@
 !Process class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.108 1999-12-09 10:15:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.109 2000-02-12 15:30:16 cg Exp $'
 ! !
 Process initialize!