summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/help/settings.asciidoc4
-rw-r--r--qutebrowser/config/configdata.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 29a92298f..e4e55ac00 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -139,7 +139,7 @@
|<<content.autoplay,content.autoplay>>|Automatically start playing `<video>` elements.
|<<content.blocking.adblock.lists,content.blocking.adblock.lists>>|List of URLs to ABP-style adblocking rulesets.
|<<content.blocking.enabled,content.blocking.enabled>>|Enable the ad/host blocker
-|<<content.blocking.hosts.lists,content.blocking.hosts.lists>>|List of URLs to host blocklists for the hock blocker.
+|<<content.blocking.hosts.lists,content.blocking.hosts.lists>>|List of URLs to host blocklists for the host blocker.
|<<content.blocking.method,content.blocking.method>>|Which method of blocking ads should be used.
|<<content.blocking.whitelist,content.blocking.whitelist>>|A list of patterns that should always be loaded, despite being blocked by the ad-/host-blocker.
|<<content.cache.appcache,content.cache.appcache>>|Enable support for the HTML 5 web application cache feature.
@@ -1931,7 +1931,7 @@ Default: +pass:[true]+
[[content.blocking.hosts.lists]]
=== content.blocking.hosts.lists
-List of URLs to host blocklists for the hock blocker.
+List of URLs to host blocklists for the host blocker.
Only used when the simple host-blocker is used (see `content.blocking.method`).
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 9491d6155..1a7ac2df6 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -614,7 +614,7 @@ content.blocking.hosts.lists:
valtype: Url
none_ok: true
desc: |
- List of URLs to host blocklists for the hock blocker.
+ List of URLs to host blocklists for the host blocker.
Only used when the simple host-blocker is used (see `content.blocking.method`).