summaryrefslogtreecommitdiff
path: root/repoze/bfg/security.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-30 20:07:15 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-30 20:07:15 +0000
commitb74cd47706ba4df77080ef49eb85cb0437bc15f4 (patch)
tree9e9123b00e2ada6b933873f7b651473baf41d412 /repoze/bfg/security.py
parent719a939c6712e38cc44ee1774d51894e530eddc9 (diff)
downloadpyramid-b74cd47706ba4df77080ef49eb85cb0437bc15f4.tar.gz
pyramid-b74cd47706ba4df77080ef49eb85cb0437bc15f4.tar.bz2
pyramid-b74cd47706ba4df77080ef49eb85cb0437bc15f4.zip
Spellcheck.
Diffstat (limited to 'repoze/bfg/security.py')
-rw-r--r--repoze/bfg/security.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/security.py b/repoze/bfg/security.py
index e20561e80..54609bc33 100644
--- a/repoze/bfg/security.py
+++ b/repoze/bfg/security.py
@@ -204,7 +204,7 @@ class PermitsResult(int):
class Denied(PermitsResult):
""" An instance of ``Denied`` is returned when a security-related
- API or other :mod:`repoze.bfg` code denies an action unlrelated to
+ API or other :mod:`repoze.bfg` code denies an action unrelated to
an ACL check. It evaluates equal to all boolean false types. It
has an attribute named ``msg`` describing the circumstances for
the deny."""