summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-04-23 18:58:16 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-06-10 08:25:29 +0200
commitbf5cb1e98ed9c4fb1c6dc157892fd8ac25dda42f (patch)
tree5c78ea07faf1c3c26252cb063f02a50d25619727 /desktop
parentdbe64238302aab07de75d520f9a85fa2856e8ce7 (diff)
downloadnetsurf-bf5cb1e98ed9c4fb1c6dc157892fd8ac25dda42f.tar.gz
netsurf-bf5cb1e98ed9c4fb1c6dc157892fd8ac25dda42f.tar.bz2
Get logging working.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/netsurf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 3baa936f3..7df46f8cf 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -184,7 +184,7 @@ nserror netsurf_init(const char *store_path)
/* set backing store target limit */
hlcache_parameters.llcache.store.limit = nsoption_uint(disc_cache_size);
- /* set backing store hysterissi to 20% */
+ /* set backing store hysterisis to 20% */
hlcache_parameters.llcache.store.hysteresis = (hlcache_parameters.llcache.store.limit * 20) / 100;;
/* set the path to the backing store */