[Checkins] SVN: PluggableAuthService/trunk/tests/utils.py - fix typo

Jens Vagelpohl jens at dataflake.org
Fri Oct 20 14:44:08 EDT 2006


Log message for revision 70850:
  - fix typo

Changed:
  U   PluggableAuthService/trunk/tests/utils.py

-=-
Modified: PluggableAuthService/trunk/tests/utils.py
===================================================================
--- PluggableAuthService/trunk/tests/utils.py	2006-10-20 18:41:55 UTC (rev 70849)
+++ PluggableAuthService/trunk/tests/utils.py	2006-10-20 18:44:07 UTC (rev 70850)
@@ -27,5 +27,5 @@
         from zope.traversing.adapters import DefaultTraversable
         provideAdapter(DefaultTraversable, (Interface,), ITraversable)
     except ImportError:
-        # Zope < 2.10 - no deed to do anything
+        # Zope < 2.10 - no need to do anything
         pass



More information about the Checkins mailing list