[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/interfaces.py
	fix typo
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Tue Mar 15 18:41:59 EST 2005
    
    
  
Log message for revision 29483:
  fix typo
Changed:
  U   Zope3/trunk/src/zope/app/apidoc/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/interfaces.py	2005-03-15 20:17:08 UTC (rev 29482)
+++ Zope3/trunk/src/zope/app/apidoc/interfaces.py	2005-03-15 23:41:59 UTC (rev 29483)
@@ -26,7 +26,7 @@
     A documentation module contains the documentation for one specific aspect
     of the framework, such as ZCML directives or interfaces.
 
-    The interface is used to register module as utilitites.
+    The interface is used to register module as utilities.
     """
 
     title = TextLine(
    
    
More information about the Zope3-Checkins
mailing list