Skip to content

[N-08] Typographical Errors #1024

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

Open
wants to merge 1 commit into
base: may-14-audit
Choose a base branch
from
Open

[N-08] Typographical Errors #1024

wants to merge 1 commit into from

Conversation

mrice32
Copy link
Contributor

@mrice32 mrice32 commented Jun 4, 2025

Throughout the codebase, several instances of typographical errors were identified:

On line 48 of the MulticallHandler.sol file, \calldData\ should be \callData.
On line 113 of the SpokePoolPeripheryInterface.sol file, \on\ could be removed.
On line 500 of the SpokePoolPeriphery.sol file, \depositData/swapAndDepositData\ could be \DepositData/SwapAndDepositData.
Consider correcting all instances of typographical errors in order to improve the clarity and readability of the codebase.

Fix several typographical errors throughout the codebase:
- Fix 'calldData' to 'callData' on line 48 of MulticallHandler.sol
- Remove unnecessary 'at' from 'receive funds at on destination chain' on line 113 of SpokePoolPeripheryInterface.sol
- Fix 'depositData/swapAndDepositData' to 'DepositData/SwapAndDepositData' on line 500 of SpokePoolPeriphery.sol

These corrections improve the clarity and readability of the codebase.
@mrice32 mrice32 requested a review from grasphoper June 4, 2025 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants