Skip to content
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

Fix typos across multiple files #1450

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

Pricstas
Copy link

This PR fixes minor typos in comments and documentation across several files in the codebase to improve clarity and grammatical accuracy.


Files Updated

  1. account/client.go

    • Fixed "import a already exist account" to "import an already exist account."
  2. cmd/utils/native_param.go

    • Corrected "param is a account address" to "param is an account address."
  3. common/zero_copy_sink.go

    • Changed "is a inlineable version" to "is an inlineable version."
  4. core/store/ledgerstore/state_store.go

    • Updated "return merkle tree size an tree node" to "return merkle tree size a tree node."
  5. p2pserver/dht/kbucket/table.go

    • Corrected "unfolded a empty bucket" to "unfolded an empty bucket."
  6. p2pserver/net/protocol/server.go

    • Fixed "provides an network interface" to "provides a network interface."

Notes for Reviewers

Please review the changes to ensure consistency with the intended meaning of the comments and documentation.


Signed Commits

  • Yes, I signed my commits.

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