summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2013-03-27 17:50:11 +0200
committerMarius Gedminas <marius@gedmin.as>2013-03-27 17:50:11 +0200
commita4f266afb855b31125fa48bdc69f8df80f579407 (patch)
treeef0666d5afedbb833fcb65f77a78aa3749b4c425 /src
parent275754c0cfa1614266f9147065e91a3a94433a4f (diff)
downloadzope-security-a4f266afb855b31125fa48bdc69f8df80f579407.tar.gz
Fix typo in docstring
Diffstat (limited to 'src')
-rw-r--r--src/zope/security/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zope/security/interfaces.py b/src/zope/security/interfaces.py
index 8c6fe2a..9831b29 100644
--- a/src/zope/security/interfaces.py
+++ b/src/zope/security/interfaces.py
@@ -132,7 +132,7 @@ class IChecker(Interface):
May raise Unauthorized or Forbidden. Returns no value.
If a checker implements __setitem__, then __setitem__ will be
- called rather than check to chack whether an operation is
+ called rather than check to check whether an operation is
allowed. This is a hack that allows significantly greater
performance due to the fact that low-level operator access is
much faster than method access.