ProcessorScheduler.st
changeset 59 4a86aad06603
parent 49 f1c2d75f2eb6
child 69 4564b6328136
--- a/ProcessorScheduler.st	Fri Feb 25 14:02:06 1994 +0100
+++ b/ProcessorScheduler.st	Fri Feb 25 14:03:34 1994 +0100
@@ -30,7 +30,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
              All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.12 1994-02-05 12:23:03 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.13 1994-02-25 13:03:26 claus Exp $
 '!
 
 Smalltalk at:#Processor put:nil!
@@ -64,7 +64,7 @@
 !
 
 update:something
-    "beeing a dependent of the ObjectMemory, this is the notification
+    "being a dependent of the ObjectMemory, this is the notification
      that something happened"
 
     something == #returnFromSnapshot ifTrue:[
@@ -1160,7 +1160,7 @@
 
 addTimedBlock:aBlock after:delta
     "add the argument, aBlock to the list of time-sceduled-blocks; to be
-     evaluated after delta seconds; the block will be removed after beeing
+     evaluated after delta seconds; the block will be removed after being
      evaluated.
      May vanish: use another process to signal a semaphore periodically."