Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed Jun 18, 2024
1 parent 9be4dad commit 21684a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/ICyphernodeRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface ICyphernodeRegistry {
/// @param node Address of the node.
event NodeRemoved(uint256 indexed nodeId, address indexed node);

/// @notice This event MUST be emitted when `encalve` is set.
/// @notice This event MUST be emitted when `enclave` is set.
/// @param enclave Address of the enclave contract.
event EnclaveSet(address indexed enclave);

Expand Down

0 comments on commit 21684a3

Please sign in to comment.