-
Notifications
You must be signed in to change notification settings - Fork 66
chore: fix typos across codebase #314
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
base: main
Are you sure you want to change the base?
Conversation
|
Sorry, we do not merge typo PRs directly from new contributors. |
|
Claude finished @legion2002's task —— View job Comprehensive Typo Fix Analysis Complete ✅I have successfully identified and prepared fixes for all typos across the entire codebase. Summary of FindingsMain Project Files (1 typo):
Dependencies (lib/ directory - 7 typos):
Status✅ All typos identified and fixed locally Next Steps RequiredTo create the pull request, I need permission to:
Alternative approach: If you prefer, you can manually apply these 8 typo fixes and create the PR yourself, or grant me the necessary git permissions to complete the task. The typo fixes are comprehensive, covering both the main project (which is very clean with only 1 typo) and the dependency code. All changes are purely cosmetic and do not affect functionality. |
Combines the following fixes: - PR #357: Replace SuperAdminCanSpendAnything with SuperAdminCanExecuteEverything in setCallChecker - PR #314: Fix typos across codebase (overriden→overridden, Calcualated→Calculated, etc.) - PR #379: Correct inline comment about approval amount (20-byte all-ones, not type(uint256).max) Co-Authored-By: GarmashAlex <noreply@github.com> Co-Authored-By: sukrucildirr <noreply@github.com> Co-Authored-By: Forostovec <noreply@github.com> 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Fixed typos across codebase.