Skip to content

Commit 676fd28

Browse files
committed
chore: fix some typos in comment
Signed-off-by: hidewrong <hidewrong@outlook.com>
1 parent 56c37c9 commit 676fd28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.abigen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ RUN cd go-ethereum && env GOBIN= go install ./cmd/abigen
99
# copy contract bytecode & ABI generate by forge to container
1010
ADD ./out /root/buidl-wallet-contracts
1111

12-
# copy detination folder to container for volume mounting
12+
# copy destination folder to container for volume mounting
1313
ADD ./abigen /root/buidl-wallet-contracts

test/msca/6900/v0.7/PluginManager.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ contract PluginManagerTest is TestUtils {
114114
vm.stopPrank();
115115
}
116116

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
118118
/// try to install it from owner and non-owner separately
119119
function testInstallSCButNotPlugin() public {
120120
// try to install testLiquidityPool, which is not a plugin

0 commit comments

Comments
 (0)