From 4e750bdab60ab5007a108a6c99de321e21bcf4ce Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 23 Mar 2017 19:45:19 +0000 Subject: fix doc comment spelling mistake --- content/urldb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /** -- cgit v1.2.3