Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/4e750bdab60ab5007a108...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/4e750bdab60ab5007a108a6...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/4e750bdab60ab5007a108a6c9...
The branch, master has been updated
via 4e750bdab60ab5007a108a6c99de321e21bcf4ce (commit)
from 7338f3ce8846fb6a78e8691e79a8c83474a6ac9a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=4e750bdab60ab5007a1...
commit 4e750bdab60ab5007a108a6c99de321e21bcf4ce
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
fix doc comment spelling mistake
diff --git a/content/urldb.h b/content/urldb.h
index 26b014d..b2c2331 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);
/**
-----------------------------------------------------------------------
Summary of changes:
content/urldb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/urldb.h b/content/urldb.h
index 26b014d..b2c2331 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);
/**
--
NetSurf Browser