diff --git a/revm/script/src/main.rs b/revm/script/src/main.rs index 666e8ae..6d37533 100644 --- a/revm/script/src/main.rs +++ b/revm/script/src/main.rs @@ -38,7 +38,7 @@ fn main() { // Read and verify the output. // - // Note that this output is read from values commited to in the program using + // Note that this output is read from values committed to in the program using // `sp1_zkvm::io::commit`. let _ = proof.public_values.read::(); let a: Vec = proof.public_values.read::>();