[Checkins] SVN: PluggableAuthService/trunk/ - Cleaning up some typos

Jens Vagelpohl jens at dataflake.org
Thu Apr 20 07:52:41 EDT 2006


Log message for revision 67172:
  - Cleaning up some typos

Changed:
  U   PluggableAuthService/trunk/doc/framework_overview.stx
  U   PluggableAuthService/trunk/interfaces/authservice.py
  U   PluggableAuthService/trunk/interfaces/plugins.py
  U   PluggableAuthService/trunk/tests/test_UserPropertySheet.py

-=-
Modified: PluggableAuthService/trunk/doc/framework_overview.stx
===================================================================
--- PluggableAuthService/trunk/doc/framework_overview.stx	2006-04-20 11:33:16 UTC (rev 67171)
+++ PluggableAuthService/trunk/doc/framework_overview.stx	2006-04-20 11:52:41 UTC (rev 67172)
@@ -53,7 +53,7 @@
 
 Plugin Registration
 
-  PluggableAuthService's plugins are configured via its ZMI, or alteratively
+  PluggableAuthService plugins are configured via the ZMI, or alternatively
   via an XML import / export mechanism.  Each plugin is identified
   using a TALES path expression, which will be evaluated with an
   implied 'nocall' modifier;  plugins are intended to be callables,

Modified: PluggableAuthService/trunk/interfaces/authservice.py
===================================================================
--- PluggableAuthService/trunk/interfaces/authservice.py	2006-04-20 11:33:16 UTC (rev 67171)
+++ PluggableAuthService/trunk/interfaces/authservice.py	2006-04-20 11:52:41 UTC (rev 67172)
@@ -202,9 +202,9 @@
         """
 
     def logout(REQUEST):
-        """Publicly accessible method to log out a usera wrapper
+        """Publicly accessible method to log out a user. A wrapper
         around resetCredentials that may implement some policy (the
-        default implementation redirects to HTTP_REFERER)
+        default implementation redirects to HTTP_REFERER).
         """
 
     def resetCredentials(self, request, response):

Modified: PluggableAuthService/trunk/interfaces/plugins.py
===================================================================
--- PluggableAuthService/trunk/interfaces/plugins.py	2006-04-20 11:33:16 UTC (rev 67171)
+++ PluggableAuthService/trunk/interfaces/plugins.py	2006-04-20 11:52:41 UTC (rev 67172)
@@ -319,7 +319,7 @@
 
         o Plugin *must* ignore unknown criteria.
 
-        o Plugin may raise ValueError for invalid critera.
+        o Plugin may raise ValueError for invalid criteria.
 
         o Insufficiently-specified criteria may have catastrophic
           scaling issues for some implementations.

Modified: PluggableAuthService/trunk/tests/test_UserPropertySheet.py
===================================================================
--- PluggableAuthService/trunk/tests/test_UserPropertySheet.py	2006-04-20 11:33:16 UTC (rev 67171)
+++ PluggableAuthService/trunk/tests/test_UserPropertySheet.py	2006-04-20 11:52:41 UTC (rev 67172)
@@ -51,7 +51,7 @@
 
         return self._getTargetClass()( *args, **kw )
 
-    def test_ctor_id_noscehma_novalues( self ):
+    def test_ctor_id_noschema_novalues( self ):
 
         ups = self._makeOne( 'empty' )
 



More information about the Checkins mailing list