chore: fix typos

Applied fixes suggested by scripts/codespell.sh
This commit is contained in:
link2xt
2024-12-02 16:01:27 +00:00
committed by l
parent 587ea02ffa
commit 191eb7efdd
23 changed files with 35 additions and 35 deletions

View File

@@ -541,7 +541,7 @@ impl ContactId {
.unwrap_or_else(|_| self.to_string())
}
/// Get contact name, e.g. `Bob`, or `bob@exmple.net` if no name is set.
/// Get contact name, e.g. `Bob`, or `bob@example.net` if no name is set.
async fn get_stock_name(self, context: &Context) -> String {
Contact::get_by_id(context, self)
.await