resolve: fix typos
authorTorstein Husebø <torstein@huseboe.net>
Tue, 26 Jan 2016 08:59:09 +0000 (09:59 +0100)
committerTorstein Husebø <torstein@huseboe.net>
Mon, 1 Feb 2016 20:08:00 +0000 (21:08 +0100)
man/systemd-resolve.xml
src/resolve/resolved-dns-transaction.c

index 546054a..f1e663c 100644 (file)
       <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>
 
index 802ad86..637b99a 100644 (file)
@@ -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;