summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2016-01-26 09:59:09 +0100
committerTorstein Husebø <torstein@huseboe.net>2016-02-01 21:08:00 +0100
commite94968ba72eccb75a8185c04dcc3c19f00bd5126 (patch)
tree772abbcf64ab474a213a5e6646e3ae4c6f56b70f
parentfd04bba0e8d51f95aae9661ced5d4959c6c82110 (diff)
resolve: fix typos
-rw-r--r--man/systemd-resolve.xml2
-rw-r--r--src/resolve/resolved-dns-transaction.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-resolve.xml b/man/systemd-resolve.xml
index 546054a403..f1e663c5bb 100644
--- a/man/systemd-resolve.xml
+++ b/man/systemd-resolve.xml
@@ -179,7 +179,7 @@
<varlistentry>
<term><option>--service</option></term>
- <listitem><para>Enables service resolution. This enables DNS-SD and simple SRV service resolution, dependending
+ <listitem><para>Enables service resolution. This enables DNS-SD and simple SRV service resolution, depending
on the specified list of parameters (see above).</para></listitem>
</varlistentry>
diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c
index 802ad860a4..637b99aaa5 100644
--- a/src/resolve/resolved-dns-transaction.c
+++ b/src/resolve/resolved-dns-transaction.c
@@ -1538,7 +1538,7 @@ int dns_transaction_go(DnsTransaction *t) {
return 0;
}
if (t->scope->protocol == DNS_PROTOCOL_LLMNR && ERRNO_IS_DISCONNECT(-r)) {
- /* On LLMNR, if we cannot connect to a host via TCP when doing revers lookups. This means we cannot
+ /* On LLMNR, if we cannot connect to a host via TCP when doing reverse lookups. This means we cannot
* answer this request with this protocol. */
dns_transaction_complete(t, DNS_TRANSACTION_NOT_FOUND);
return 0;