Skip to content

Commit

Permalink
chore: fix some typos in comment
Browse files Browse the repository at this point in the history
Signed-off-by: hidewrong <[email protected]>
  • Loading branch information
hidewrong committed Jan 14, 2025
1 parent ee66cdd commit 1dea48c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.abigen
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN cd go-ethereum && env GOBIN= go install ./cmd/abigen
# copy contract bytecode & ABI generate by forge to container
ADD ./out /root/buidl-wallet-contracts

# copy detination folder to container for volume mounting
# copy destination folder to container for volume mounting
ADD ./abigen /root/buidl-wallet-contracts
2 changes: 1 addition & 1 deletion test/msca/6900/v0.7/PluginManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ contract PluginManagerTest is TestUtils {
vm.stopPrank();
}

/// try to install a random smart contract that doesnt' implement the plugin interface
/// try to install a random smart contract that doesn't implement the plugin interface
/// try to install it from owner and non-owner separately
function testInstallSCButNotPlugin() public {
// try to install testLiquidityPool, which is not a plugin
Expand Down

0 comments on commit 1dea48c

Please sign in to comment.