summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-03-23 19:45:19 +0000
committerVincent Sanders <vince@kyllikki.org>2017-03-28 11:45:24 +0100
commit4e750bdab60ab5007a108a6c99de321e21bcf4ce (patch)
treead29c73dddcc3626f35dd3033bf75225f67b7c6d /content
parent7338f3ce8846fb6a78e8691e79a8c83474a6ac9a (diff)
downloadnetsurf-4e750bdab60ab5007a108a6c99de321e21bcf4ce.tar.gz
netsurf-4e750bdab60ab5007a108a6c99de321e21bcf4ce.tar.bz2
fix doc comment spelling mistake
Diffstat (limited to 'content')
-rw-r--r--content/urldb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/urldb.h b/content/urldb.h
index 26b014d01..b2c233194 100644
--- a/content/urldb.h
+++ b/content/urldb.h
@@ -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);
/**