[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Security - IPermissionService.py:1.1.2.5
Steve Alexander
steve@cat-box.net
Fri, 15 Feb 2002 19:25:59 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/Security
In directory cvs.zope.org:/tmp/cvs-serv16382/lib/python/Zope/App/Security
Modified Files:
Tag: Zope-3x-branch
IPermissionService.py
Log Message:
Fixed a couple of insignificant typos.
=== Zope3/lib/python/Zope/App/Security/IPermissionService.py 1.1.2.4 => 1.1.2.5 ===
permission-definition services. Because they implement services,
they are expected to collaborate with services in other
- contexts. Client code doesn't sarch a context and call multiple
+ contexts. Client code doesn't search a context and call multiple
services. Instead, client code will call the most specific
service in a place and rely on the service to delegate to other
services as necessary.
The interface doesn't include methods for data
management. Services may use external data and not allow
- management in Zope. Simularly, the data to be managed may vary
+ management in Zope. Similarly, the data to be managed may vary
with different implementations of a service.
"""