Change sucessfully to successfully to fix a typo (#726)

This commit is contained in:
Vikram Dighe
2021-06-04 23:11:34 -04:00
committed by GitHub
parent fcd4a8b908
commit f8648c9bc7

View File

@@ -417,7 +417,7 @@ fn run() -> Result<()> {
terminal::notify_desktop( terminal::notify_desktop(
format!( format!(
"Topgrade finished {}", "Topgrade finished {}",
if failed { "with errors" } else { "sucessfully" } if failed { "with errors" } else { "successfully" }
), ),
None, None,
); );