Skip to content

Fix typos in documentation and comments - #56

Merged
complexspaces merged 1 commit into
1Password:masterfrom
Avicennasis:fix/typos-docs-and-comments
Sep 2, 2026
Merged

Fix typos in documentation and comments#56
complexspaces merged 1 commit into
1Password:masterfrom
Avicennasis:fix/typos-docs-and-comments

Conversation

@Avicennasis

Copy link
Copy Markdown
Contributor

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)
@jpgoldberg

Copy link
Copy Markdown
Contributor

Thank you.

As the person who created that errors, I would love to see this merged. But as a retiree, I am not authorized to make that happen.

@complexspaces complexspaces left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@complexspaces
complexspaces merged commit 16c52f9 into 1Password:master Sep 2, 2026
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.

3 participants