[Zope3-checkins] SVN: Zope3/trunk/src/zope/component/interfaces.py
Fixed a typo.
Albertas Agejevas
alga at pov.lt
Thu Jun 10 14:07:12 EDT 2004
Log message for revision 25338:
Fixed a typo.
-=-
Modified: Zope3/trunk/src/zope/component/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/component/interfaces.py 2004-06-10 16:56:13 UTC (rev 25337)
+++ Zope3/trunk/src/zope/component/interfaces.py 2004-06-10 18:07:11 UTC (rev 25338)
@@ -98,7 +98,7 @@
def getAllUtilitiesRegisteredFor(interface, context=None):
"""Return all registered utilities for an interface
- This includes overwridden utilities.
+ This includes overridden utilities.
An iterable of utility instances is returned. No names are
returned.
More information about the Zope3-Checkins
mailing list