File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ RUN cd go-ethereum && env GOBIN= go install ./cmd/abigen
9
9
# copy contract bytecode & ABI generate by forge to container
10
10
ADD ./out /root/buidl-wallet-contracts
11
11
12
- # copy detination folder to container for volume mounting
12
+ # copy destination folder to container for volume mounting
13
13
ADD ./abigen /root/buidl-wallet-contracts
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ contract PluginManagerTest is TestUtils {
114
114
vm.stopPrank ();
115
115
}
116
116
117
- /// try to install a random smart contract that doesnt' implement the plugin interface
117
+ /// try to install a random smart contract that doesn't implement the plugin interface
118
118
/// try to install it from owner and non-owner separately
119
119
function testInstallSCButNotPlugin () public {
120
120
// try to install testLiquidityPool, which is not a plugin
You can’t perform that action at this time.
0 commit comments