-
Notifications
You must be signed in to change notification settings - Fork 258
Typos fix #1983
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
Typos fix #1983
Conversation
|
Marked as stale; will be closed in five days. |
WalkthroughThis update consists of minor textual corrections across several files, including fixing typographical errors, improving comment clarity, and adjusting variable names for readability. No changes were made to the logic, control flow, or public interfaces of the codebase. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (7)
🔇 Additional comments (7)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Fix: Corrected typos in source files
Changes
Corrected typo in /CODE_OF_CONDUCT.md (Line 9)
"socio-economic" → "socioeconomic"
Corrected typo in /CHANGELOG.md (Line 49)
"ditribution" → "distribution"
Corrected typo in /upgrades/CHANGELOG.md (Line 63)
"re-use" → "reuse"
Corrected typo in /app/upgrades.go (Line 23)
"unitialize" → "uninitialize"
Corrected typo in /tests/upgrade/upgrade_test.go (Line 757)
"commited" → "committed"
Corrected typo in /sdl/v2_test.go (Line 216)
"ture" → "true, pure"
Corrected typo in /sdl/v2_1_test.go (Line 174)
"ture" → "true, pure"
Corrected typo in /pubsub/bus.go (Line 112)
"curev" → "curve"
Corrected typo in /pubsub/bus.go (Line 122)
"curev" → "curve"
Corrected typo in /pubsub/bus.go (Line 133)
"curev" → "curve"
Purpose
Improved code accuracy and professionalism by fixing typos.
Summary by CodeRabbit
Documentation
Style