BackgroundQueueProcessingJob.st
changeset 2612 922aa3063807
parent 2601 55c6a3887ebf
child 2637 41e0362d5631
--- a/BackgroundQueueProcessingJob.st	Fri Aug 05 22:03:09 2011 +0200
+++ b/BackgroundQueueProcessingJob.st	Fri Aug 05 22:03:18 2011 +0200
@@ -65,9 +65,9 @@
 documentation
 "
     A BackgroundQueueProcessingJob is a specialized form
-    of a BackgroundJob for background processing os a queue.
+    of a BackgroundJob for background processing of a queue.
     Each item in the queue (added by sending #add: item) 
-    is processed (using the ivar job).
+    is processed (using the instance variable job).
 
     Implementation notes:
     The thread is running only if there is at least one item
@@ -167,11 +167,11 @@
 !BackgroundQueueProcessingJob class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/BackgroundQueueProcessingJob.st,v 1.7 2011-08-03 20:21:08 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/BackgroundQueueProcessingJob.st,v 1.8 2011-08-05 20:03:18 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/BackgroundQueueProcessingJob.st,v 1.7 2011-08-03 20:21:08 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/BackgroundQueueProcessingJob.st,v 1.8 2011-08-05 20:03:18 stefan Exp $'
 !
 
 version_SVN