[Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/declarations.py Fix some typos.

Gary Poster gary at zope.com
Thu May 12 12:02:42 EDT 2005


Log message for revision 30341:
  Fix some typos.
  

Changed:
  U   Zope3/trunk/src/zope/interface/declarations.py

-=-
Modified: Zope3/trunk/src/zope/interface/declarations.py
===================================================================
--- Zope3/trunk/src/zope/interface/declarations.py	2005-05-12 15:53:39 UTC (rev 30340)
+++ Zope3/trunk/src/zope/interface/declarations.py	2005-05-12 16:02:42 UTC (rev 30341)
@@ -303,7 +303,7 @@
         # security proxy.  If this is the case, then probably no
         # descriptor was installed for the class.
 
-        # We don't want to depend directly on zope.secury in
+        # We don't want to depend directly on zope.security in
         # zope.interface, but we'll try to make reasonable
         # accommodations in an indirect way.
 
@@ -335,7 +335,7 @@
         if spec is not None:
             return spec
 
-    # TODO: need old style __implements__ comptability?
+    # TODO: need old style __implements__ compatibility?
     if spec is not None:
         # old-style __implemented__ = foo declaration
         spec = (spec, ) # tuplefy, as it might be just an int
@@ -700,7 +700,7 @@
     """Cache instance declarations
 
       Instance declarations are shared among instances that have the
-      same declaration.  The declarations are cached in an weak value
+      same declaration.  The declarations are cached in a weak value
       dictionary.
 
       (Note that, in the examples below, we are going to make



More information about the Zope3-Checkins mailing list