From 87b9a905eb68dca81a91a3c0b9cdb8ffaafc7691 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 7 Apr 2012 17:30:54 +0000 Subject: Fix typo and unhide imagecache from about:about svn path=/trunk/netsurf/; revision=13823 --- content/fetchers/about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/fetchers/about.c b/content/fetchers/about.c index 0c93a1dd6..78a1507f6 100644 --- a/content/fetchers/about.c +++ b/content/fetchers/about.c @@ -552,7 +552,7 @@ struct about_handlers about_handler_list[] = { { "about", SLEN("about"), NULL, fetch_about_about_handler, true }, { "logo", SLEN("logo"), NULL, fetch_about_logo_handler, true }, /* details about the cache */ - { "imagecache", SLEN("iamgecache"), NULL, fetch_about_imagecache_handler, true }, + { "imagecache", SLEN("imagecache"), NULL, fetch_about_imagecache_handler, false }, /* The default blank page */ { "blank", SLEN("blank"), NULL, fetch_about_blank_handler, true } }; -- cgit v1.2.3