diff --git a/script/src/init.rs b/script/src/init.rs index 1caa1fb..4c12459 100644 --- a/script/src/init.rs +++ b/script/src/init.rs @@ -57,7 +57,7 @@ impl SP1RethInputInitializer for SP1RethInput { .await? .unwrap(); - // Intiialize the db. + // Initialize the db. let provider_db = RemoteDb::new(provider, parent_header.number.unwrap().as_limbs()[0]); // Create the input. diff --git a/script/src/main.rs b/script/src/main.rs index f3bfd31..df709eb 100644 --- a/script/src/main.rs +++ b/script/src/main.rs @@ -68,5 +68,5 @@ async fn main() { .save("proof-with-io.json") .expect("saving proof failed"); - println!("succesfully generated and verified proof for the program!") + println!("successfully generated and verified proof for the program!") }