Skip to content

Commit

Permalink
fix typo in o1vm/src/pickles/prover.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
chloefeal committed Jan 1, 2025
1 parent 6042da1 commit e27267a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion o1vm/src/pickles/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ where

let fail_final_q_division = || panic!("Fail division by vanishing poly");
let fail_remainder_not_zero =
|| panic!("The constraints are not satisifed since the remainder is not zero");
|| panic!("The constraints are not satisfied since the remainder is not zero");
// We compute the polynomial t(X) by dividing the constraints polynomial
// by the vanishing polynomial, i.e. Z_H(X).
let (quotient, rem) = expr_evaluation_interpolated
Expand Down

0 comments on commit e27267a

Please sign in to comment.