diff options
| author | Bastien <bast.gerard@gmail.com> | 2015-12-26 14:33:23 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-12-26 15:12:38 -0800 |
| commit | b7057f3dcac875d71916d6807d157ff6f3ede662 (patch) | |
| tree | 7b05c1f62c60c4bdc3dbaa6a5201e9707f1f8eb5 /docs/glossary.rst | |
| parent | 4251d47eb8ed6a8f0851a075ff9f7f085e6d603c (diff) | |
| download | pyramid-b7057f3dcac875d71916d6807d157ff6f3ede662.tar.gz pyramid-b7057f3dcac875d71916d6807d157ff6f3ede662.tar.bz2 pyramid-b7057f3dcac875d71916d6807d157ff6f3ede662.zip | |
Update glossary.rst
fixed typo
(cherry picked from commit 0a5c9a2)
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index b4bb36421..60e861597 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -273,7 +273,7 @@ Glossary (Allow, 'bob', 'read'), (Deny, 'fred', 'write')]``. If an ACL is attached to a resource instance, and that resource is findable via the context resource, it will be consulted any active security policy to - determine wither a particular request can be fulfilled given the + determine whether a particular request can be fulfilled given the :term:`authentication` information in the request. authentication |
