Skip to content

Commit 574eb9b

Browse files
committed
Fix: Fix typos
1 parent 700bd03 commit 574eb9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bridges/layerZero/IexecLayerZeroBridge.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ contract IexecLayerZeroBridge is
219219

220220
/**
221221
* Accepts the default admin transfer and sets the owner to the new admin.
222-
* @dev This ensures the state variale `OwnableUpgradeable._owner` is set correctly after the default
223-
* admin transfer. Even though `OwnableUpgradeable._owner` is not used in `ower()` accessor, we chose
222+
* @dev This ensures the state variable `OwnableUpgradeable._owner` is set correctly after the default
223+
* admin transfer. Even though `OwnableUpgradeable._owner` is not used in `owner()` accessor, we chose
224224
* to update it for consistency purposes.
225225
*/
226226
function _acceptDefaultAdminTransfer() internal override {

0 commit comments

Comments
 (0)