Skip to content
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

Fix: Typos corrected in comments and variables #472

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
update SponsoredSparksSpender.sol
qvkare authored Dec 9, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit ef3b9737092ee73372741ef1ee75c31ecf883d76
2 changes: 1 addition & 1 deletion packages/sparks/src/helpers/SponsoredSparksSpender.sol
Original file line number Diff line number Diff line change
@@ -312,7 +312,7 @@ contract SponsoredSparksSpender is EIP712, ERC1155TransferRecipientConstants, IS
) external onlySparks returns (bytes4) {
_onBatchReceived(from, ids, values, data);

// Validate recieving 1155 tokens in callback
// Validate receiving 1155 tokens in callback
return ON_ERC1155_BATCH_RECEIVED_HASH;
}