summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/commands/source.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/source.rs b/src/commands/source.rs
index cd33921..3e0167d 100644
--- a/src/commands/source.rs
+++ b/src/commands/source.rs
@@ -123,9 +123,9 @@ where
info!("Verification processes finished");
if results.iter().any(Result::is_err) {
- bar.finish_with_message("Source verication failed");
+ bar.finish_with_message("Source verification failed");
} else {
- bar.finish_with_message("Source verication successfull");
+ bar.finish_with_message("Source verification successfull");
}
let out = std::io::stdout();