mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
Add scripts/codespell.sh and spellcheck
This commit is contained in:
@@ -687,7 +687,7 @@ pub async fn housekeeping(context: &Context) -> Result<()> {
|
||||
if let Err(err) = remove_unused_files(context).await {
|
||||
warn!(
|
||||
context,
|
||||
"Housekeeping: cannot remove unusued files: {:#}", err
|
||||
"Housekeeping: cannot remove unused files: {:#}", err
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user