aboutsummaryrefslogtreecommitdiff
path: root/src/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns.c')
-rw-r--r--src/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns.c b/src/dns.c
index 1e2b9b3d..cdeff6e2 100644
--- a/src/dns.c
+++ b/src/dns.c
@@ -60,7 +60,7 @@ typedef struct {
int channel; /* Index of this channel [0 based] */
DnsServerState_t state;
Dlist *addr_list; /* IP address */
- char *hostname; /* Adress to resolve */
+ char *hostname; /* Address to resolve */
int status; /* errno code for resolving function */
#ifdef D_DNS_THREADED
pthread_t th1; /* Thread id */