chore: fix a large number of spelling issues in comments#3750
Merged
Conversation
Signed-off-by: suranmiao <solsui@outlook.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jolestar
approved these changes
Oct 21, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR corrects multiple spelling errors found in code comments and documentation across the codebase. The changes ensure consistent and accurate English terminology in developer-facing documentation.
Key changes:
- Fixed grammatical errors (e.g., "writed" → "written", "provie" → "provide")
- Corrected spelling mistakes (e.g., "comparion" → "comparison", "preformance" → "performance", "nofitication" → "notification", "quering" → "querying", "heigh" → "height")
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| frameworks/moveos-stdlib/sources/tx_context.move | Corrected "writed" to "written" in comment |
| frameworks/moveos-stdlib/sources/bcs.move | Corrected "provie" to "provide" in comment |
| frameworks/moveos-stdlib/doc/tx_context.md | Corrected "writed" to "written" in documentation |
| frameworks/moveos-stdlib/doc/bcs.md | Corrected "provie" to "provide" in documentation |
| frameworks/move-stdlib/sources/compare.move | Corrected "comparion" to "comparison" in comment |
| frameworks/bitcoin-move/sources/bitcoin.move | Corrected "preformance" to "performance" in comment |
| examples/nostr/sources/event.move | Corrected "nofitication" to "notification" in four comments |
| apps/rooch_dex/sources/liquidity_incentive.move | Corrected "quering" to "querying" in comment |
| apps/grow_bitcoin/sources/grow_bitcoin.move | Corrected "quering" to "querying" and "heigh" to "height" in comments |
Contributor
Author
|
@jolestar Thanks for your review! If there's anything need I to do, please feel free to let me know. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fix a large number of spelling issues in comments