Skip to content

Commit

Permalink
Fix typos (#13521)
Browse files Browse the repository at this point in the history
  • Loading branch information
calciumbe authored Jan 7, 2025
1 parent 40728a8 commit 2cbfd44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion op-chain-ops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion op-deployer/pkg/deployer/opcm/alt_da.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 2cbfd44

Please sign in to comment.