Fix typos and update codespell configuration
* Fix typos. * Add words that are not typos to codespell's ignore words list and ignore regex. * Make codespell ignore URIs. * Make `make doublecheck` throw no error. Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
This commit is contained in:
@@ -297,7 +297,7 @@ vcard_parse(xmpp_stanza_t* vcard_xml, vCard* vcard)
|
||||
element->nickname = stanza_text_strdup(child_pointer);
|
||||
|
||||
if (!element->nickname) {
|
||||
// Invaild element, free and do not push
|
||||
// Invalid element, free and do not push
|
||||
free(element);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user