Skip to content

Fix typos in documentation and comments#56

Open
Avicennasis wants to merge 1 commit into
1Password:masterfrom
Avicennasis:fix/typos-docs-and-comments
Open

Fix typos in documentation and comments#56
Avicennasis wants to merge 1 commit into
1Password:masterfrom
Avicennasis:fix/typos-docs-and-comments

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

  • Fix 12 typos across documentation and code comments
  • Corrections include misspellings (principleprincipal, compatablecompatible), missing words (can usedcan be used, allows setallows setting), duplicate words (to to, and and, that that), wrong pronoun (the reallythey really), and missing possessive apostrophes (clientsclient's)

Test plan

  • No functional code changes — documentation and comments only
  • Verified all fixes are in Go comments or package doc, not in string literals or identifiers

- principle → principal (internal.go)
- allows set → allows setting (internal.go)
- creates to the verifier → creates the verifier (internal.go)
- compatable → compatible (internal.go, srp_test.go)
- to to → to (doc.go)
- can used → can be used (doc.go)
- and and → and (doc.go)
- that that → that (kdf.go)
- the really → they really (hash.go)
- clients → client's (proof.go, example_sharedkey_test.go)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant