mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
fix doc comment spelling mistake
This commit is contained in:
parent
7338f3ce88
commit
4e750bdab6
@ -128,7 +128,7 @@ bool urldb_set_thumbnail(struct nsurl *url, struct bitmap *bitmap);
|
||||
* \param referrer Referring resource, or 0 for verifiable transaction
|
||||
* \return true on success, false otherwise
|
||||
*/
|
||||
bool urldb_set_cookie(const char *header, struct nsurl *url, struct nsurl *referer);
|
||||
bool urldb_set_cookie(const char *header, struct nsurl *url, struct nsurl *referrer);
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user