[Checkins] SVN: zc.sharing/trunk/src/zc/sharing/ Fix some typos.

Marius Gedminas marius at pov.lt
Mon Jun 12 13:29:59 EDT 2006


Log message for revision 68602:
  Fix some typos.
  
  

Changed:
  U   zc.sharing/trunk/src/zc/sharing/policy.txt
  U   zc.sharing/trunk/src/zc/sharing/sharing.txt

-=-
Modified: zc.sharing/trunk/src/zc/sharing/policy.txt
===================================================================
--- zc.sharing/trunk/src/zc/sharing/policy.txt	2006-06-12 13:35:41 UTC (rev 68601)
+++ zc.sharing/trunk/src/zc/sharing/policy.txt	2006-06-12 17:29:58 UTC (rev 68602)
@@ -150,7 +150,7 @@
     True
 
 because the write privilege has the permission and our principal,
-'bob', has the privilege.  Of course, we still don't have the write
+'bob', has the privilege.  Of course, we still don't have the read
 privilege:
 
     >>> interaction.checkPermission('R1', ob)

Modified: zc.sharing/trunk/src/zc/sharing/sharing.txt
===================================================================
--- zc.sharing/trunk/src/zc/sharing/sharing.txt	2006-06-12 13:35:41 UTC (rev 68601)
+++ zc.sharing/trunk/src/zc/sharing/sharing.txt	2006-06-12 17:29:58 UTC (rev 68602)
@@ -289,7 +289,7 @@
 
 If there is an interaction, and if any of the participations are
 requests (iow, if any of the participants are participating by way of
-a UI), then these participats will be given fill access:
+a UI), then these participats will be given full access:
 
     >>> class Principal:
     ...     def __init__(self, id):
@@ -503,7 +503,7 @@
 .. [#i18n] The title and descriptions should be message ids, as they
            may need to be translated.
 
-.. [#bit] Zope Corporation reserves even bits for it's own use.  Odd
+.. [#bit] Zope Corporation reserves even bits for its own use.  Odd
           bits are used for customer-specific privileges.  (VAR's
           might then decide to subdivide the odd bits.) XXX Is this still 
           the plan?



More information about the Checkins mailing list