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

all: fix various typos in variable names #425

Merged
merged 5 commits into from
Mar 5, 2025

Conversation

Alex-Roleks
Copy link
Contributor

Summary

This PR corrects several spelling mistakes and improves consistency in variable names and comments across multiple files. It fixes issues such as typos in function parameters, expected output variables, and inline documentation, ensuring better readability and maintainability.

Changes

  • Fixed the misspelling of parrentCtx to parentCtx across multiple functions in service/bss/bss.go.
  • Corrected expectexTxOut to expectedTxOut in service/popm/popm_test.go.
  • Fixed the function name typo TestProcesAllKeystonesIfAble to TestProcessAllKeystonesIfAble in service/popm/popm_test.go.
  • Corrected comment typo caluse to clause in service/tbc/peermanager.go.
  • Fixed ecxpected to expected in service/tbc/tbc_test.go.
  • Resolved wamted to wanted in ttl/ttl_test.go.

@Alex-Roleks Alex-Roleks requested review from marcopeereboom and a team as code owners March 4, 2025 14:57
@github-actions github-actions bot added area: bss This is a change to BSS (Bitcoin Secure Sequencer) area: popm This is a change to popm (PoP Miner) area: tbc This is a change to TBC (Tiny Bitcoin) labels Mar 4, 2025
@joshuasing joshuasing changed the title typos fix in various files all: fix various typos in variable names Mar 4, 2025
Copy link
Contributor

@joshuasing joshuasing left a comment

Choose a reason for hiding this comment

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

Thank you!

@joshuasing joshuasing merged commit 8e08564 into hemilabs:main Mar 5, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: bss This is a change to BSS (Bitcoin Secure Sequencer) area: popm This is a change to popm (PoP Miner) area: tbc This is a change to TBC (Tiny Bitcoin)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants