From: Torstein Husebø Date: Tue, 26 Jan 2016 08:59:09 +0000 (+0100) Subject: resolve: fix typos X-Git-Tag: v231~692^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e94968ba72eccb75a8185c04dcc3c19f00bd5126;p=platform%2Fupstream%2Fsystemd.git resolve: fix typos --- diff --git a/man/systemd-resolve.xml b/man/systemd-resolve.xml index 546054a..f1e663c 100644 --- a/man/systemd-resolve.xml +++ b/man/systemd-resolve.xml @@ -179,7 +179,7 @@ - Enables service resolution. This enables DNS-SD and simple SRV service resolution, dependending + Enables service resolution. This enables DNS-SD and simple SRV service resolution, depending on the specified list of parameters (see above). diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c index 802ad86..637b99a 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;