[Zope3-checkins] CVS: Zope3/src/zope/interface - implementor.py:1.2.12.2

Guido van Rossum guido@python.org
Thu, 13 Mar 2003 17:28:10 -0500


Update of /cvs-repository/Zope3/src/zope/interface
In directory cvs.zope.org:/tmp/cvs-serv3523/src/zope/interface

Modified Files:
      Tag: local-utility-branch
	implementor.py 
Log Message:
Checkpoint checkin (Jim+Guido).

=== Zope3/src/zope/interface/implementor.py 1.2.12.1 => 1.2.12.2 ===
--- Zope3/src/zope/interface/implementor.py:1.2.12.1	Thu Mar 13 14:32:12 2003
+++ Zope3/src/zope/interface/implementor.py	Thu Mar 13 17:28:10 2003
@@ -72,7 +72,7 @@
 
         self._registerAllProvided(provide, object, provide)
 
-    def gerRegistered(self, interface, default=None):
+    def getRegistered(self, interface, default=None):
         """Find the component registered exactly for the interface
         """
         c = self._reg.get(interface)