Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Debian's lintian caught these two typos, so I'm submitting them
upstream :-).

Signed-off-by: Sergio Durigan Junior <[email protected]>
  • Loading branch information
Sergio Durigan Junior authored and pypingou committed Nov 10, 2020
1 parent baea8c2 commit 1747536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ Incompatibilities
=================
* Removal of camelCase. Rename keyword arguments and public instance variables:
* client.BaseClient
*Note* that changes to this class propogate out to the same variable in
*Note* that changes to this class propagate out to the same variable in
derived classes like fas2.AccountSystem and the BaseClient used in
JsonFasIdentity.
* __init__(): baseURL => base_url
Expand Down
2 changes: 1 addition & 1 deletion doc/flask_fas_openid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ authentication::
fas = FAS(app)

# Application configuration
# SECRET_KEY is necessary for the Flask session system. It nees to be secret to
# SECRET_KEY is necessary for the Flask session system. It needs to be secret to
# make the sessions secret but if you have multiple servers behind
# a load balancer, the key needs to be the same on each.
app.config['SECRET_KEY'] = 'change me!'
Expand Down

0 comments on commit 1747536

Please sign in to comment.