Skip to content

Commit

Permalink
Two spelling errors corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneai committed Nov 17, 2015
1 parent 47ea616 commit 9613516
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 9613516

Please sign in to comment.