We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700bd03 commit 574eb9bCopy full SHA for 574eb9b
src/bridges/layerZero/IexecLayerZeroBridge.sol
@@ -219,8 +219,8 @@ contract IexecLayerZeroBridge is
219
220
/**
221
* 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
+ * @dev This ensures the state variable `OwnableUpgradeable._owner` is set correctly after the default
+ * admin transfer. Even though `OwnableUpgradeable._owner` is not used in `owner()` accessor, we chose
224
* to update it for consistency purposes.
225
*/
226
function _acceptDefaultAdminTransfer() internal override {
0 commit comments