summaryrefslogtreecommitdiff
path: root/content/fetchers/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/about.c')
-rw-r--r--content/fetchers/about.c2
1 files changed, 1 insertions, 1 deletions
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 }
};