summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-12-22 21:40:10 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-12-22 21:40:10 +0100
commit8757741ac678c5aca0d1d6ee9a9c76c2bb4f168e (patch)
tree607dfa6accc878f4bbe0f5a467ac58c56bacb0c2
parenta655017ae3f8b636ef508788ab0581655db34deb (diff)
downloadqutebrowser-8757741ac678c5aca0d1d6ee9a9c76c2bb4f168e.tar.gz
qutebrowser-8757741ac678c5aca0d1d6ee9a9c76c2bb4f168e.zip
Fix typo
-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`).