Commit 2cbfd44d authored by calciumbe's avatar calciumbe Committed by GitHub

Fix typos (#13521)

parent 40728a8b
......@@ -39,7 +39,7 @@ cmd/
├── op-simulate - Simulate a remote transaction in a local Geth EVM for block-processing debugging.
├── protocol-version - Translate between serialized and human-readable protocol versions.
├── receipt-reference-builder - Receipt data collector for pre-Canyon deposit-nonce metadata.
└── unclaimed-credits - Utilitiy to inspect credits of resolved fault-proof games.
└── unclaimed-credits - Utility to inspect credits of resolved fault-proof games.
```
## Product
......
......@@ -51,7 +51,7 @@ func DeployAltDA(
implContract := "DeployAltDA"
deployScript, cleanupDeploy, err := script.WithScript[DeployAltDAScript](host, "DeployAltDA.s.sol", implContract)
if err != nil {
return output, fmt.Errorf("failed to laod %s script: %w", implContract, err)
return output, fmt.Errorf("failed to load %s script: %w", implContract, err)
}
defer cleanupDeploy()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment