diff --git a/packages/protocol/contracts-0.8/common/EpochManager.sol b/packages/protocol/contracts-0.8/common/EpochManager.sol index 720b7ac8b92..d54a5a78fe6 100644 --- a/packages/protocol/contracts-0.8/common/EpochManager.sol +++ b/packages/protocol/contracts-0.8/common/EpochManager.sol @@ -136,7 +136,7 @@ contract EpochManager is } // DESIGNDESICION(XXX): we assume that the first epoch on the L2 starts as soon as the system is initialized - // to minimize amount of "limbo blocks" the network should stop relatively close to an epoch number (but wigh enough time) + // to minimize amount of "limbo blocks" the network should stop relatively close to an epoch number (but with enough time) // to have time to call the function EpochInitializer.migrateEpochAndValidators() /**