]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: fix typos
authorLukáš Ježek <lukas.jezek@nic.cz>
Wed, 15 Jan 2020 08:34:17 +0000 (09:34 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Jan 2020 09:38:21 +0000 (10:38 +0100)
daemon/bindings/cache.rst
doc/config-network.rst
systemd/multiinst.rst

index d255e866178d7bad3842e684fb8e20fda68e7cf8..78db78041ed248a120b707f4925d9f02234a4b60 100644 (file)
@@ -68,7 +68,7 @@ and will be lost on power-off or reboot.
    multiple systemd units, and a shared tmpfs space could be used up by other
    applications, leading to ``SIGBUS`` errors during runtime.
 
-Mounting the cache directory as tmpfs_ is recommended apparoach.
+Mounting the cache directory as tmpfs_ is recommended approach.
 Make sure to use appropriate ``size=`` option and don't forget to adjust the
 size in the config file as well.
 
index 9da271f5bafddbbe4a0c72b244811f547dee9b1e..2c6ec233a3291920362d5156529ddf9474ba45f6 100644 (file)
@@ -9,7 +9,7 @@ and protocols. Please keep in mind that DNS resolvers act
 as *DNS server* and *DNS client* at the same time,
 and that these roles require different configuration.
 
-This picture ilustrates different actors involved DNS resolution process,
+This picture illustrates different actors involved DNS resolution process,
 supported protocols, and clarifies what we call *server configuration*
 and *client configuration*.
 
index a2ca7becba2ba1ad306c1da6f7e8a94f607df7b3..cbf602c6078e9fdca58f43431a309a74c635f4b6 100644 (file)
@@ -59,7 +59,7 @@ At any given time only a single instance is stopped and restarted so remaining t
 Instance-specific configuration
 -------------------------------
 
-Instances can use arbitraty identifiers for the instances, for example we can name instances like `dns1`, `tls` and so on.
+Instances can use arbitrary identifiers for the instances, for example we can name instances like `dns1`, `tls` and so on.
 
 .. code-block:: bash