fix doc comment spelling mistake

This commit is contained in:
Vincent Sanders 2017-03-23 19:45:19 +00:00
parent 7338f3ce88
commit 4e750bdab6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
/**