Skip to content

Commit

Permalink
fix some spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored and hkalodner committed Sep 11, 2022
1 parent 64cb713 commit 207827d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/src/bridge/IOutbox.sol
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ interface IOutbox {
* not really a fixed cost, but can be treated as so with a fixed overhead for gas estimation).
* We can't include the cost of proof validation since this is intended to be used to simulate txs
* that are included in yet-to-be confirmed merkle roots. The simulation entrypoint could instead pretend
* to confirm a pending merkle root, but that would be less pratical for integrating with tooling.
* to confirm a pending merkle root, but that would be less practical for integrating with tooling.
* It is only possible to trigger it when the msg sender is address zero, which should be impossible
* unless under simulation in an eth_call or eth_estimateGas
*/
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbSys.sol
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ interface ArbSys {
);

/**
* @notice logs a merkle branch for proof sythesis
* @notice logs a merkle branch for proof synthesis
* @param reserved an index meant only to align the 4th index with L2ToL1Transaction's 4th event
* @param hash the merkle hash
* @param position = (level << 192) + leaf
Expand Down

0 comments on commit 207827d

Please sign in to comment.