Skip to content

Commit

Permalink
Merge pull request #3 from eugeneai/master
Browse files Browse the repository at this point in the history
Two spelling errors corrected.
  • Loading branch information
mgedmin committed Nov 17, 2015
2 parents 47ea616 + 9613516 commit 29f2655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zope/pluggableauth/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extracted by a credentials plugin. They are also typically able to create
principal objects for credentials they successfully authenticate.

Given a request object, the PAU returns a principal object, if it can. The PAU
does this by first iterateing through its credentials plugins to obtain a
does this by first iterating through its credentials plugins to obtain a
set of credentials. If it gets credentials, it iterates through its
authenticator plugins to authenticate them.

Expand Down Expand Up @@ -502,7 +502,7 @@ and call 'unauthorized':
>>> request = TestRequest()
>>> pau.unauthorized(None, request)

we see that both plugins participate in the challange, rather than just the
we see that both plugins participate in the challenge, rather than just the
first plugin:

>>> request.response.getHeader('X-Challenge')
Expand Down

0 comments on commit 29f2655

Please sign in to comment.