Change sucessfully to successfully to fix a typo (#726)
This commit is contained in:
@@ -417,7 +417,7 @@ fn run() -> Result<()> {
|
||||
terminal::notify_desktop(
|
||||
format!(
|
||||
"Topgrade finished {}",
|
||||
if failed { "with errors" } else { "sucessfully" }
|
||||
if failed { "with errors" } else { "successfully" }
|
||||
),
|
||||
None,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user