summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
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 */