[Checkins] SVN: zc.async/trunk/src/zc/async/README_ Fix typos.

Zvezdan Petkovic zvezdan at zope.com
Tue Jul 1 13:53:07 EDT 2008


Log message for revision 87889:
  Fix typos.
  
  

Changed:
  U   zc.async/trunk/src/zc/async/README_2.txt
  U   zc.async/trunk/src/zc/async/README_3.txt
  U   zc.async/trunk/src/zc/async/README_3b.txt

-=-
Modified: zc.async/trunk/src/zc/async/README_2.txt
===================================================================
--- zc.async/trunk/src/zc/async/README_2.txt	2008-07-01 15:38:36 UTC (rev 87888)
+++ zc.async/trunk/src/zc/async/README_2.txt	2008-07-01 17:53:05 UTC (rev 87889)
@@ -434,7 +434,7 @@
 Agents are the way you control what a dispatcher's worker threads do.  They
 pick the jobs and assign them to their dispatcher when the dispatcher asks.
 
-*If a dispatcher does not have any agents in a give queue, it will not perform
+*If a dispatcher does not have any agents in a given queue, it will not perform
 any tasks for that queue.*
 
 We currently have an agent that simply asks for the next available FIFO job.

Modified: zc.async/trunk/src/zc/async/README_3.txt
===================================================================
--- zc.async/trunk/src/zc/async/README_3.txt	2008-07-01 15:38:36 UTC (rev 87888)
+++ zc.async/trunk/src/zc/async/README_3.txt	2008-07-01 17:53:05 UTC (rev 87889)
@@ -107,7 +107,7 @@
     ...        'async_trace_log': os.path.join(dir, 'async_trace.log'),}
     ... 
 
-In a non-trivial production system of you will also probably want to replace
+In a non-trivial production system, you will also probably want to replace
 the file storage with a <zeoclient> stanza.
 
 Also note that an open monitor port should be behind a firewall, of course.

Modified: zc.async/trunk/src/zc/async/README_3b.txt
===================================================================
--- zc.async/trunk/src/zc/async/README_3b.txt	2008-07-01 15:38:36 UTC (rev 87888)
+++ zc.async/trunk/src/zc/async/README_3b.txt	2008-07-01 17:53:05 UTC (rev 87889)
@@ -19,7 +19,7 @@
 storage file.)
 
 As before, you will probably prefer to use ZEO rather than FileStorage in
-production
+production.
 
 The zdaemon.conf instructions are the same: set the ZC_ASYNC_UUID environment
 variable properly in the zdaemon.conf file.
@@ -210,4 +210,4 @@
     >>> db.close()
     >>> db.databases['async'].close()
     >>> import shutil
-    >>> shutil.rmtree(dir)
\ No newline at end of file
+    >>> shutil.rmtree(dir)



More information about the Checkins mailing list