summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-05-28 12:52:15 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-05-31 11:35:41 +0200
commit55d06ba6b634883257c98b60f2f3441287f888f8 (patch)
treee767a78d1520eeb337880e458c4f160f8c4be269
parent5145e2d6f1aed7b3b85350b1d4d98999e4c32f73 (diff)
Fix typo
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
-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();