mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 12:53:00 +02:00
chore: Fix typos across the codebase
This commit is contained in:
parent
d78fc53577
commit
01594a6243
21 changed files with 55 additions and 43 deletions
|
@ -60,7 +60,7 @@ pub(crate) async fn well_known_support(
|
|||
return Err(Error::BadRequest(ErrorKind::NotFound, "Not found."));
|
||||
}
|
||||
|
||||
// TOOD: support defining multiple contacts in the config
|
||||
// TODO: support defining multiple contacts in the config
|
||||
let mut contacts: Vec<Contact> = vec![];
|
||||
|
||||
if let Some(role) = role {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue