Skip to content

Commit

Permalink
Fix minor typos
Browse files Browse the repository at this point in the history
* Correct spelling of "responses"
* Missing space between "entrypoint"
  • Loading branch information
taivlam authored and nickray committed Mar 23, 2022
1 parent f6afa30 commit 5b0fde3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Comprehensive documentation coming, for now these are the main components
By abuse of the `hmac-secret` extension, we can generate static challenge responses,
which are scoped to a credential. A use case might be e.g. unlocking a [LUKS-encrypted](https://github.com/saravanan30erd/solokey-full-disk-encryption) drive.

**DANGER** The generated reponses depend on both the key and the credential.
**DANGER** The generated responses depend on both the key and the credential.
There is no way to extract or backup from the physical key, so if you intend to use the
"response" as a static password, make sure to store it somewhere separately, e.g. on paper.

Expand Down Expand Up @@ -125,7 +125,7 @@ For maintainers:

- adjust `solo/VERSION` file as appropriate
- add entry or entries to `CHANGELOG.md` (no need to repeat commit messages, but point out major changes
in such a way that a user of the library has an easy entrypoint to follow development)
in such a way that a user of the library has an easy entry point to follow development)
- run `make check` and/or `make fix` to ensure code consistency
- run `make build` to double check
- run `make publish` (assumes a `~/.pypirc` file with entry `[pypi]`), or `flit publish` manually
Expand Down

0 comments on commit 5b0fde3

Please sign in to comment.