[Checkins] SVN: zc.recipe.deployment/trunk/src/zc/recipe/deployment/README.txt Fixed typo.

Jim Fulton jim at zope.com
Sat Apr 5 10:35:50 EDT 2008


Log message for revision 85116:
  Fixed typo.
  
  Fix contributed by: Jens Quade. Thanks Jens!
  

Changed:
  U   zc.recipe.deployment/trunk/src/zc/recipe/deployment/README.txt

-=-
Modified: zc.recipe.deployment/trunk/src/zc/recipe/deployment/README.txt
===================================================================
--- zc.recipe.deployment/trunk/src/zc/recipe/deployment/README.txt	2008-04-05 10:12:36 UTC (rev 85115)
+++ zc.recipe.deployment/trunk/src/zc/recipe/deployment/README.txt	2008-04-05 14:35:49 UTC (rev 85116)
@@ -77,7 +77,7 @@
     >>> os.path.exists('/var/run/foo')
     False
 
-The log and run directories are only removed if they are non-empty.
+The log and run directories are only removed if they are empty.
 To see that, we'll put a file in each of the directories created:
 
     >>> print system(join('bin', 'buildout')), # doctest: +ELLIPSIS



More information about the Checkins mailing list