From b74cd47706ba4df77080ef49eb85cb0437bc15f4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Dec 2009 20:07:15 +0000 Subject: Spellcheck. --- repoze/bfg/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repoze/bfg/security.py') 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.""" -- cgit v1.2.3