Skip to content

Commit 7a93ff9

Browse files
Apply suggestion from @maximopalopoli
Co-authored-by: Maximo Palopoli <96491141+maximopalopoli@users.noreply.github.com>
1 parent 6a9abab commit 7a93ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aggregation_mode/proof_aggregator/src

aggregation_mode/proof_aggregator/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn read_config_filepath_from_args() -> String {
99
let args: Vec<String> = env::args().collect();
1010
if args.len() < 2 {
1111
panic!(
12-
"You mus provide a config file. Usage: {} <config-file-path>",
12+
"You must provide a config file. Usage: {} <config-file-path>",
1313
args[0]
1414
);
1515
}

0 commit comments

Comments
 (0)