[Checkins] SVN:	zope.app.appsetup/trunk/src/zope/app/appsetup/bootstrap.txt	Fix a typo.
    Martijn Faassen 
    faassen at startifact.com
       
    Wed Jan 20 08:44:21 EST 2010
    
    
  
Log message for revision 108318:
  Fix a typo.
  
Changed:
  U   zope.app.appsetup/trunk/src/zope/app/appsetup/bootstrap.txt
-=-
Modified: zope.app.appsetup/trunk/src/zope/app/appsetup/bootstrap.txt
===================================================================
--- zope.app.appsetup/trunk/src/zope/app/appsetup/bootstrap.txt	2010-01-20 13:41:50 UTC (rev 108317)
+++ zope.app.appsetup/trunk/src/zope/app/appsetup/bootstrap.txt	2010-01-20 13:44:20 UTC (rev 108318)
@@ -14,7 +14,7 @@
     >>> db = util.DB()
     >>> bootstrap.bootStrapSubscriber(zope.processlifetime.DatabaseOpened(db))
 
-The subscriber makes ure that there is a root folder:
+The subscriber makes sure that there is a root folder:
 
     >>> from zope.app.publication.zopepublication import ZopePublication
     >>> conn = db.open()
    
    
More information about the checkins
mailing list