summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-05-09 17:22:33 +0000
committerChris McDonough <chrism@agendaless.com>2009-05-09 17:22:33 +0000
commitc37dc2396b0d7dac88631531f757652581564ae8 (patch)
tree4739f62fafa2da900526b33b076cd8905b15a475
parent7bd8b8bca363941b163da83eedcc869b673e20b2 (diff)
downloadpyramid-c37dc2396b0d7dac88631531f757652581564ae8.tar.gz
pyramid-c37dc2396b0d7dac88631531f757652581564ae8.tar.bz2
pyramid-c37dc2396b0d7dac88631531f757652581564ae8.zip
Typos.
-rw-r--r--repoze/bfg/security.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/repoze/bfg/security.py b/repoze/bfg/security.py
index 4b28811cc..90916bac2 100644
--- a/repoze/bfg/security.py
+++ b/repoze/bfg/security.py
@@ -552,7 +552,7 @@ class ACLDenied(ACLPermitsResult):
boolean false types. It also has attributes which indicate which
acl, ace, permission, principals, and context were involved in the
request. Its __str__ method prints a summary of these attributes
- for debugging purposes. The same summary is available as he
+ for debugging purposes. The same summary is available as the
``msg`` attribute."""
boolval = 0
@@ -563,7 +563,7 @@ class ACLAllowed(ACLPermitsResult):
which acl, ace, permission, principals, and context were involved
in the request. Its __str__ method prints a summary of these
attributes for debugging purposes. The same summary is available
- as he ``msg`` attribute."""
+ as the ``msg`` attribute."""
boolval = 1
class ViewPermission(object):