summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-transaction.c
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-12-04 08:03:59 +0100
committerTorstein Husebø <torstein@huseboe.net>2015-12-14 15:53:11 +0100
commite5abebabb32b46c865f8a6f7a534795e1b72b757 (patch)
tree8fd26de1435bce557248af25a5aa644804fa5df9 /src/resolve/resolved-dns-transaction.c
parentdc0306aac4a5b735778690d407947c2a1b3cf9c7 (diff)
treewide: fix typos and indentation
Diffstat (limited to 'src/resolve/resolved-dns-transaction.c')
-rw-r--r--src/resolve/resolved-dns-transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c
index 8b3e59a1ea..82b49c1440 100644
--- a/src/resolve/resolved-dns-transaction.c
+++ b/src/resolve/resolved-dns-transaction.c
@@ -843,7 +843,7 @@ static int dns_transaction_make_packet_mdns(DnsTransaction *t) {
assert(t);
assert(t->scope->protocol == DNS_PROTOCOL_MDNS);
- /* Discard any previously prepared packet, so we can start over and coaleasce again */
+ /* Discard any previously prepared packet, so we can start over and coalesce again */
t->sent = dns_packet_unref(t->sent);
r = dns_packet_new_query(&p, t->scope->protocol, 0, false);