src: Fix typo
This commit is contained in:
parent
2e425e3cb6
commit
3c5d8f446b
|
@ -875,7 +875,7 @@ parse_next_link_header_once(const char *first, const char *last) {
|
|||
// parse next link-param
|
||||
continue;
|
||||
}
|
||||
// now parsing lin-param value
|
||||
// now parsing link-param value
|
||||
assert(*first == '=');
|
||||
++first;
|
||||
if (first == last) {
|
||||
|
|
Loading…
Reference in New Issue