[Checkins] SVN: lovely.remotetask/trunk/src/lovely/remotetask/README.txt fix typos

Fred L. Drake, Jr. fdrake at gmail.com
Wed Aug 22 14:45:50 EDT 2007


Log message for revision 79144:
  fix typos

Changed:
  U   lovely.remotetask/trunk/src/lovely/remotetask/README.txt

-=-
Modified: lovely.remotetask/trunk/src/lovely/remotetask/README.txt
===================================================================
--- lovely.remotetask/trunk/src/lovely/remotetask/README.txt	2007-08-22 18:33:55 UTC (rev 79143)
+++ lovely.remotetask/trunk/src/lovely/remotetask/README.txt	2007-08-22 18:45:49 UTC (rev 79144)
@@ -111,12 +111,12 @@
   >>> service.getStatus(jobid)
   'cancelled'
 
-The service isn't beeing started by default:
+The service isn't being started by default:
 
   >>> service.isProcessing()
   False
 
-The TaskService is beeing started automatically - if specified in zope.conf -
+The TaskService is being started automatically - if specified in zope.conf -
 as soon as the `IDatabaseOpenedEvent` is fired. Let's emulate the zope.conf
 settings:
 
@@ -173,7 +173,7 @@
   >>> service.isProcessing()
   False
 
-Let's now readd a job:
+Let's now read a job:
 
   >>> jobid = service.add(u'echo', {'foo': 'bar'})
   >>> service.process()



More information about the Checkins mailing list