[Zope3-dev] Minor patch

Gustavo Niemeyer niemeyer at conectiva.com
Mon Sep 13 11:57:41 EDT 2004


Hello folks,

Here's a minor patch created while reading code.

-- 
Gustavo Niemeyer
http://niemeyer.net
-------------- next part --------------
Index: src/zope/app/location/traversing.py
===================================================================
--- src/zope/app/location/traversing.py	(revision 27486)
+++ src/zope/app/location/traversing.py	(working copy)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Classes to support implenting IContained
+"""Classes to support implementing IContained
 
 $Id$
 """
Index: src/zope/app/file/browser/configure.zcml
===================================================================
--- src/zope/app/file/browser/configure.zcml	(revision 27486)
+++ src/zope/app/file/browser/configure.zcml	(working copy)
@@ -108,7 +108,7 @@
 
   <browser:addform
       schema="zope.app.file.interfaces.IImage"
-      label="Add a Image"
+      label="Add an Image"
       content_factory="zope.app.file.image.Image"
       name="zope.app.file.Image"
       permission="zope.ManageContent"
Index: src/zope/app/ftp/configure.zcml
===================================================================
--- src/zope/app/ftp/configure.zcml	(revision 27486)
+++ src/zope/app/ftp/configure.zcml	(working copy)
@@ -1,6 +1,6 @@
 <configure xmlns='http://namespaces.zope.org/zope'>
 
-  <!-- Note that the views ehere are public because
+  <!-- Note that the views here are public because
 
        - They are generic
 
Index: src/zope/publisher/ftp.py
===================================================================
--- src/zope/publisher/ftp.py	(revision 27486)
+++ src/zope/publisher/ftp.py	(working copy)
@@ -56,7 +56,7 @@
 
 
     def _createResponse(self, outstream):
-        """Create a specific XML-RPC response object."""
+        """Create a specific FTP response object."""
         return FTPResponse(outstream)
 
     def _authUserPW(self):


More information about the Zope3-dev mailing list