diff --git a/echidna.config.yml b/echidna.config.yml index 2ad6fe27b..52079e250 100644 --- a/echidna.config.yml +++ b/echidna.config.yml @@ -45,7 +45,7 @@ coverage: false # quiet: false # #initialize the blockchain with some data # initialize: null -# #whether ot not to use the multi-abi mode of testing +# #whether or not to use the multi-abi mode of testing # multi-abi: false # #benchmarkMode enables benchmark mode # benchmarkMode: false diff --git a/test/NoDelegateCall.t.sol b/test/NoDelegateCall.t.sol index 612c9acb8..624552a35 100644 --- a/test/NoDelegateCall.t.sol +++ b/test/NoDelegateCall.t.sol @@ -47,7 +47,7 @@ contract TestDelegateCall is Test, Deployers { assertTrue(success); } - function test_externalCallToPrivateMethodWithModifer_succeeds() public view { + function test_externalCallToPrivateMethodWithModifier_succeeds() public view { noDelegateCallTest.callsIntoNoDelegateCallFunction(); }