-
Notifications
You must be signed in to change notification settings - Fork 349
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
chore: fix all typos on the repository #2926
Conversation
WalkthroughWalkthroughThe changes across the codebase are predominantly minor text corrections in comments, documentation, and error messages. These include spelling fixes, grammar improvements, and clarification of existing comments. A notable change is the renaming of a method in Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ? TipsChat with CodeRabbit Bot (
|
@rootulp Hi sir, can you review this one ? |
wow, this is cool Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…elestia-app into chore/fix_all_typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @hoangdv2429 !
@@ -38,7 +38,7 @@ blobs_per_sequence = { type = "int", default = 1 } | |||
inbound_peer_count = { type = "int", default = 40 } | |||
outbound_peer_count = { type = "int", default = 10 } | |||
gov_max_square_size = { type = "int", default = 256 } | |||
max_block_bytes = { type = "int", deafult = 100000000 } | |||
max_block_bytes = { type = "int", default = 100000000 } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow I'm surprised the previous incorrect spelling didn't result in broken behavior
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was surprised too, maybe max_block_bytes is not being test.. ?
very last forgotten typo from #2926 the repo should now be typo free, quite the feat!
This PR will fix typos that exist on current repository
(variable name will stay untouch)
Checklist