From ee789d61a2bd3008d14494f172461d64276c491f Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sat, 1 Mar 2025 11:44:12 +0200 Subject: [PATCH] Update InitialMigration.sol --- contracts/zero-ex/contracts/src/migrations/InitialMigration.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/zero-ex/contracts/src/migrations/InitialMigration.sol b/contracts/zero-ex/contracts/src/migrations/InitialMigration.sol index 8c51f20ac6..71651a0f08 100644 --- a/contracts/zero-ex/contracts/src/migrations/InitialMigration.sol +++ b/contracts/zero-ex/contracts/src/migrations/InitialMigration.sol @@ -45,7 +45,7 @@ contract InitialMigration { /// @dev Initialize the `ZeroEx` contract with the minimum feature set, /// transfers ownership to `owner`, then self-destructs. - /// Only callable by `initializeCaller` set in the contstructor. + /// Only callable by `initializeCaller` set in the constructor. /// @param owner The owner of the contract. /// @param zeroEx The instance of the ZeroEx contract. ZeroEx should /// been constructed with this contract as the bootstrapper.