mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
codespell: fix misspelled words
This commit is contained in:
parent
be22fefdc7
commit
bb43695426
2 changed files with 3 additions and 3 deletions
2
uri.c
2
uri.c
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue