diff --git a/bin/hypernode/src/swap_watchtower.rs b/bin/hypernode/src/swap_watchtower.rs index fc3f8f5..ed75826 100644 --- a/bin/hypernode/src/swap_watchtower.rs +++ b/bin/hypernode/src/swap_watchtower.rs @@ -526,7 +526,7 @@ impl SwapWatchtower { } _ => { return Err(eyre::eyre!( - "Catastrphic unknown revert error submitting swap proof: {:?}", + "Catastrophic unknown revert error submitting swap proof: {:?}", &revert )); } diff --git a/contracts/README.md b/contracts/README.md index 6a9f073..0271b11 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -27,7 +27,7 @@ forge script --chain arbitrum scripts/DeployRiftExchange.s.sol:DeployRiftExchang ### Development Workflow *Execute all commands from the project root.* -- **When contract code changes (unneccessary if only tests are updated):** +- **When contract code changes (unnecessary if only tests are updated):** ```bash make sync ```