Skip to content

docs: Fix a few typos #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zxcvbn/scoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def round_to_x_digits(number, digits):
#
# assumes:
# * passwords are stored as salted hashes, different random salt per user.
# (making rainbow attacks infeasable.)
# (making rainbow attacks infeasible.)
# * hashes and salts were stolen. attacker is guessing passwords at max rate.
# * attacker has several CPUs at their disposal.
# ------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion zxcvbn/scripts/build_frequency_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def get_ranked_english():
'''
wikitionary has a list of ~40k English words, ranked by frequency of occurance in TV and movie transcripts.
wikitionary has a list of ~40k English words, ranked by frequency of occurrence in TV and movie transcripts.
more details at:
http://en.wiktionary.org/wiki/Wiktionary:Frequency_lists/TV/2006/explanation

Expand Down