summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-06-23 08:24:00 +0000
committerSanto Cariotti <santo@dcariotti.me>2025-06-23 08:24:00 +0000
commit6e2fe64170ca7dc49b42d7db1e73bd36f149f206 (patch)
treefde77fa0de0f38232961997a57332bff63d63a26 /examples
parent3117b2fc4ff9cb3609f2c8ad4219df2ca37a23f7 (diff)
fix: typo on a comment
Diffstat (limited to 'examples')
-rw-r--r--examples/merkletree_blake3.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/merkletree_blake3.rs b/examples/merkletree_blake3.rs
index 6b2adc0..7f30a76 100644
--- a/examples/merkletree_blake3.rs
+++ b/examples/merkletree_blake3.rs
@@ -5,7 +5,7 @@ fn main() {
let filenames: Vec<String> = std::env::args().skip(1).collect();
if filenames.is_empty() {
- eprintln!("Usage: cargo run --exmaple merkletree_blake3 -- <file1> <file2> ...");
+ eprintln!("Usage: cargo run --example merkletree_blake3 -- <file1> <file2> ...");
std::process::exit(1);
}