[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/ Fixed typos.

Jim Fulton jim at zope.com
Thu Dec 7 17:15:59 EST 2006


Log message for revision 71504:
  Fixed typos.
  

Changed:
  U   zc.buildout/trunk/src/zc/buildout/buildout.txt
  U   zc.buildout/trunk/src/zc/buildout/testing.txt

-=-
Modified: zc.buildout/trunk/src/zc/buildout/buildout.txt
===================================================================
--- zc.buildout/trunk/src/zc/buildout/buildout.txt	2006-12-07 22:15:57 UTC (rev 71503)
+++ zc.buildout/trunk/src/zc/buildout/buildout.txt	2006-12-07 22:15:59 UTC (rev 71504)
@@ -1749,7 +1749,7 @@
 ----------
 
 An **experimental** feature allows code to be loaded and run after
-condiguration files have been read but before the buildout has begun
+configuration files have been read but before the buildout has begun
 any processing.  The intent is to allow special plugins such as
 urllib2 request handlers to be loaded.
 
@@ -1811,7 +1811,7 @@
     ... parts =
     ... """)
    
-We see that out extension is loaded and executed:
+We see that our extension is loaded and executed:
 
     >>> print system(os.path.join(sample_bootstrapped, 'bin', 'buildout')),
     ext ['buildout']

Modified: zc.buildout/trunk/src/zc/buildout/testing.txt
===================================================================
--- zc.buildout/trunk/src/zc/buildout/testing.txt	2006-12-07 22:15:57 UTC (rev 71503)
+++ zc.buildout/trunk/src/zc/buildout/testing.txt	2006-12-07 22:15:59 UTC (rev 71504)
@@ -92,7 +92,7 @@
 ``bdist_egg(setup, executable, dest)``
     Create an egg by running the given setup file with the given
     Python executable and placing the result in the given destination
-    directory.  If the setup argument is a directory, the thge
+    directory.  If the setup argument is a directory, then the
     setup.py file in that directory is used.
 
 ``find_python(version)``



More information about the Checkins mailing list