Fix a typo

This commit is contained in:
Alexander Krotov
2020-07-07 22:38:50 +03:00
parent 7d08397b48
commit bb9603661a

View File

@@ -571,7 +571,7 @@ pub async fn housekeeping(context: &Context) {
if let Err(err) = prune_tombstones(context).await {
warn!(
context,
"Houskeeping: Cannot prune message tombstones: {}", err
"Housekeeping: Cannot prune message tombstones: {}", err
);
}