Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Oct 18, 2024
1 parent 27a8b76 commit 32430ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IProtocolFees.sol
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ interface IProtocolFees {
returns (uint256 amountCollected);

/// @notice Returns the current protocol fee controller address
/// @return address The currenct protocol fee controller address
/// @return address The current protocol fee controller address
function protocolFeeController() external view returns (address);
}

0 comments on commit 32430ad

Please sign in to comment.