[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/security - __init__.py:1.9

Albertas Agejevas alga@codeworks.lt
Thu, 10 Jul 2003 05:24:56 -0400


Update of /cvs-repository/Zope3/src/zope/app/interfaces/security
In directory cvs.zope.org:/tmp/cvs-serv11929/src/zope/app/interfaces/security

Modified Files:
	__init__.py 
Log Message:
Fixed a typo in a docstring.


=== Zope3/src/zope/app/interfaces/security/__init__.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/interfaces/security/__init__.py:1.8	Mon Jun 23 18:46:15 2003
+++ Zope3/src/zope/app/interfaces/security/__init__.py	Thu Jul 10 05:24:49 2003
@@ -11,7 +11,7 @@
     used to list principals in management interfaces. For example, a
     system in which other meta-data are provided for principals might
     extend IPrincipal and register a view for the extended interface
-    that displays the extended winformation. We'll probably want to
+    that displays the extended information. We'll probably want to
     define a standard view name (e.g.  'inline_summary') for this
     purpose.
     """