codespell: fix misspelled words

This commit is contained in:
Daniel Eklöf 2020-10-28 19:34:49 +01:00
parent be22fefdc7
commit bb43695426
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 3 additions and 3 deletions

2
uri.c
View file

@ -71,7 +71,7 @@ uri_parse(const char *uri, size_t len,
start += 2;
left -= 2;
/* [user[:pasword]@]@host[:port] */
/* [user[:password]@]@host[:port] */
/* Find beginning of path segment (required component
* following the authinfo) */