From 55d06ba6b634883257c98b60f2f3441287f888f8 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 28 May 2021 12:52:15 +0200 Subject: Fix typo Signed-off-by: Matthias Beyer --- src/commands/source.rs | 4 ++-- 1 file 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(); -- cgit v1.2.3