succinctlabs / sp1-project-template

Template for creating an SP1 project that can generate a proof of any RISC-V program and verify the proof on-chain.
MIT License
67 stars 24 forks source link

Typos in comments #16

Closed alxiong closed 2 months ago

alxiong commented 3 months ago

just fyi, there are typos in this current HEAD: 4b793b46b320eff03585ae83341d6c99418d3f3b

error: `Encocde` should be `Encode`
  --> ./sp1/program/src/main.rs:40:8
   |
40 |     // Encocde the public values of the program.
   |        ^^^^^^^
   |
error: `ot` should be `to`, `of`, `or`, `not`
  --> ./sp1/script/src/bin/prove.rs:93:61
   |
93 |     // Create the testing fixture so we can test things end-ot-end.
   |                                                             ^^
   |
error: `publically` should be `publicly`
  --> ./sp1/script/src/bin/prove.rs:109:52
    |
109 |     // The public values are the values whicha are publically commited to by the zkVM.
    |                                                    ^^^^^^^^^^
    |
error: `commited` should be `committed`
  --> ./sp1/script/src/bin/prove.rs:109:63
    |
109 |     // The public values are the values whicha are publically commited to by the zkVM.
    |                                                               ^^^^^^^^
    |
ctian1 commented 2 months ago

Thanks for the PR, fixed in #24