From c60eeddfe842ee9e282239d9b68869aacd6c0a2f Mon Sep 17 00:00:00 2001 From: Viktor Pavlik <160131789+Vikt0rPavlik@users.noreply.github.com> Date: Fri, 27 Dec 2024 08:19:29 +0100 Subject: [PATCH] Update EARegistrarController.sol --- src/L2/EARegistrarController.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/L2/EARegistrarController.sol b/src/L2/EARegistrarController.sol index 4cadbaa6..ce79cd52 100644 --- a/src/L2/EARegistrarController.sol +++ b/src/L2/EARegistrarController.sol @@ -40,7 +40,7 @@ contract EARegistrarController is Ownable { uint256 duration; /// @dev The address of the resolver to set for this name. address resolver; - /// @dev Multicallable data bytes for setting records in the associated resolver upon reigstration. + /// @dev Multicallable data bytes for setting records in the associated resolver upon registration. bytes[] data; /// @dev Bool to decide whether to set this name as the "primary" name for the `owner`. bool reverseRecord;