Skip to content

Commit 4b0ff81

Browse files
authored
style: Fix typo in parameter name (#454)
1 parent d7ab7d0 commit 4b0ff81

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contracts/extension/interface/IDrop.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import "./IClaimConditionMultiPhase.sol";
1515

1616
interface IDrop is IClaimConditionMultiPhase {
1717
/**
18-
* @param proof Prood of concerned wallet's inclusion in an allowlist.
18+
* @param proof Proof of concerned wallet's inclusion in an allowlist.
1919
* @param quantityLimitPerWallet The total quantity of tokens the allowlisted wallet is eligible to claim over time.
2020
* @param pricePerToken The price per token the allowlisted wallet must pay to claim tokens.
2121
* @param currency The currency in which the allowlisted wallet must pay the price for claiming tokens.

contracts/extension/interface/IDrop1155.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import "./IClaimConditionMultiPhase.sol";
1515

1616
interface IDrop1155 is IClaimConditionMultiPhase {
1717
/**
18-
* @param proof Prood of concerned wallet's inclusion in an allowlist.
18+
* @param proof Proof of concerned wallet's inclusion in an allowlist.
1919
* @param quantityLimitPerWallet The total quantity of tokens the allowlisted wallet is eligible to claim over time.
2020
* @param pricePerToken The price per token the allowlisted wallet must pay to claim tokens.
2121
* @param currency The currency in which the allowlisted wallet must pay the price for claiming tokens.

contracts/extension/interface/IDropSinglePhase.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import "./IClaimCondition.sol";
1515

1616
interface IDropSinglePhase is IClaimCondition {
1717
/**
18-
* @param proof Prood of concerned wallet's inclusion in an allowlist.
18+
* @param proof Proof of concerned wallet's inclusion in an allowlist.
1919
* @param quantityLimitPerWallet The total quantity of tokens the allowlisted wallet is eligible to claim over time.
2020
* @param pricePerToken The price per token the allowlisted wallet must pay to claim tokens.
2121
* @param currency The currency in which the allowlisted wallet must pay the price for claiming tokens.

contracts/extension/interface/IDropSinglePhase1155.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import "./IClaimCondition.sol";
1515

1616
interface IDropSinglePhase1155 is IClaimCondition {
1717
/**
18-
* @param proof Prood of concerned wallet's inclusion in an allowlist.
18+
* @param proof Proof of concerned wallet's inclusion in an allowlist.
1919
* @param quantityLimitPerWallet The total quantity of tokens the allowlisted wallet is eligible to claim over time.
2020
* @param pricePerToken The price per token the allowlisted wallet must pay to claim tokens.
2121
* @param currency The currency in which the allowlisted wallet must pay the price for claiming tokens.

0 commit comments

Comments
 (0)