From 59a5296647bb3a5f6d189995d7a14ca02c966ab5 Mon Sep 17 00:00:00 2001 From: oliveredget <188809800+oliveredget@users.noreply.github.com> Date: Sat, 28 Dec 2024 12:30:11 +0800 Subject: [PATCH] fix: typos --- echidna.config.yml | 2 +- test/NoDelegateCall.t.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); }