Change sucessfully to successfully to fix a typo (#726)
This commit is contained in:
@@ -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,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user