Fix typos discovered by codespell
This commit is contained in:
parent
2b844f5cb5
commit
cff2e8bbe0
12 changed files with 18 additions and 18 deletions
|
@ -287,7 +287,7 @@ impl UserStore {
|
|||
load_users.await?;
|
||||
|
||||
// Users are fetched in parallel above and cached in call to get_users
|
||||
// No need to paralellize here
|
||||
// No need to parallelize here
|
||||
let mut updated_contacts = Vec::new();
|
||||
let this = this
|
||||
.upgrade()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue