[Checkins] SVN: z3c.preference/trunk/src/z3c/preference/README.txt typos

Michael Howitz mh at gocept.com
Mon Jan 2 13:06:16 UTC 2012


Log message for revision 123881:
  typos

Changed:
  U   z3c.preference/trunk/src/z3c/preference/README.txt

-=-
Modified: z3c.preference/trunk/src/z3c/preference/README.txt
===================================================================
--- z3c.preference/trunk/src/z3c/preference/README.txt	2012-01-02 12:56:03 UTC (rev 123880)
+++ z3c.preference/trunk/src/z3c/preference/README.txt	2012-01-02 13:06:15 UTC (rev 123881)
@@ -48,7 +48,7 @@
   ...         description=u"Specifies whether the logo should be displayed.",
   ...         default=True)
 
-The interface must be registered for preferenes:
+The interface must be registered for preferences:
 
   >>> from zope.configuration import xmlconfig
   >>> import zope.preference
@@ -68,7 +68,7 @@
   ...     </configure>''', context)
 
 
-To access the forms a browser is needed, the user must be autorized as
+To access the forms a browser is needed, the user must be authorized as
 the preferences are stored in the principal annotations:
 
 >>> from zope.app.wsgi.testlayer import Browser



More information about the checkins mailing list