From abcce3dfe7c372b0b81ac747d7c40e2325c52d11 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 28 Dec 2006 00:36:37 +0000 Subject: Fix typo. Default type -> text/plain svn path=/trunk/netsurf/; revision=3123 --- content/urldb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/urldb.c') diff --git a/content/urldb.c b/content/urldb.c index e3a92f569..4a6682e29 100644 --- a/content/urldb.c +++ b/content/urldb.c @@ -3497,7 +3497,7 @@ void urldb_destroy_host_tree(struct host_part *root) /* Root path */ urldb_destroy_path_node_content(&root->paths); - /* An ourselves */ + /* And ourselves */ free(root->part); free(root); } -- cgit v1.2.3