Skip to content

Commit

Permalink
fix: address typos
Browse files Browse the repository at this point in the history
Address some typos inside of the comments

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed May 30, 2023
1 parent 3d6e5c7 commit 0c8d309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rekor/create_log_entry/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async fn main() {
/*
Creates an entry in the transparency log. If no command line arguments is provided,
the pram will generate a key pair, download the file available at URL constant, sign it
the program will generate a key pair, download the file available at URL constant, sign it
and create an entry in the transparency log. In the other hand, if the user sets the
command line flags, the program will use that info to create the entry. Therefore,
if the user use information of an entry already present in the transparency log, this
Expand Down Expand Up @@ -84,7 +84,7 @@ async fn main() {
)
This is because an equivalent entry with the provided meta data already exists in the transparency log.
When you use the example code to create a new entry with fresh set of input values or levaing the program
When you use the example code to create a new entry with fresh set of input values or leaving the program
to generate the required data, you should be able to run the code without any errors. See an example:
Example command :
Expand Down

0 comments on commit 0c8d309

Please sign in to comment.