We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12337d commit 2043642Copy full SHA for 2043642
src/integrations/oracles/layerzero/external/layerzero-v2/MinimalOApp.sol
@@ -12,7 +12,7 @@ import {
12
import { IERC20, SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
13
14
/**
15
- * @notice This is a minimal implemenetation of LayerZero OApp contracts
+ * @notice This is a minimal implementation of LayerZero OApp contracts
16
* https://github.com/LayerZero-Labs/LayerZero-v2/blob/c09287a8b1f236fcc057f474d8a773a0fb7758df/packages/layerzero-v2/evm/oapp/contracts/oapp/OApp.sol
17
* to make it ownerless and succinct.
18
*/
0 commit comments