[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Fix typos
Florent Xicluna
laxyf at yahoo.fr
Thu Oct 5 04:55:10 EDT 2006
Log message for revision 70540:
Fix typos
Changed:
U Zope3/trunk/src/zope/app/authentication/__init__.py
U Zope3/trunk/src/zope/app/component/__init__.py
-=-
Modified: Zope3/trunk/src/zope/app/authentication/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/authentication/__init__.py 2006-10-05 08:45:29 UTC (rev 70539)
+++ Zope3/trunk/src/zope/app/authentication/__init__.py 2006-10-05 08:55:10 UTC (rev 70540)
@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""Pluggable Autentication Utility
+"""Pluggable Authentication Utility
$Id$
"""
Modified: Zope3/trunk/src/zope/app/component/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/component/__init__.py 2006-10-05 08:45:29 UTC (rev 70539)
+++ Zope3/trunk/src/zope/app/component/__init__.py 2006-10-05 08:55:10 UTC (rev 70540)
@@ -16,6 +16,7 @@
$Id$
"""
__docformat__ = "reStructuredText"
+
import zope.component
import zope.deprecation
@@ -23,7 +24,7 @@
# BBB: Deprecated on 9/26/2006
@zope.deprecation.deprecate('''This function has been deprecated and will go
-away in Zope 3.6. There is no replacement for this function, since it odes not
+away in Zope 3.6. There is no replacement for this function, since it does not
make sense in light of registry bases anymore. If you are using this function
to lookup the next utility, consider using get/queryNextUtility. Otherwise, it
is suggested to iterate through the list of bases of a registry manually.''')
@@ -38,7 +39,7 @@
# BBB: Deprecated on 9/26/2006
@zope.deprecation.deprecate('''This function has been deprecated and will go
-away in Zope 3.6. There is no replacement for this function, since it odes not
+away in Zope 3.6. There is no replacement for this function, since it does not
make sense in light of registry bases anymore. If you are using this function
to lookup the next utility, consider using get/queryNextUtility. Otherwise, it
is suggested to iterate through the list of bases of a registry manually.''')
More information about the Zope3-Checkins
mailing list