trivial: fix typo in comment

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-31 21:29:34 +01:00
parent 54adea366c
commit d0abba3397

View File

@ -205,7 +205,7 @@ pub fn send_verify_status(
HANDLEBARS.render("verify_err_template", &data)?
}
Err(_) => {
// aboreted job - do not send any email
// aborted job - do not send any email
return Ok(());
}
};