aboutsummaryrefslogtreecommitdiff
path: root/src/dns.c
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-02-18 23:04:25 +0000
committercorvid <corvid@lavabit.com>2012-02-18 23:04:25 +0000
commit0a2453a1e1e89e8821e4e8a230f0f56e2f7dd20c (patch)
tree0be0ddea4b38782b8599b3f236a2d3cf163031a8 /src/dns.c
parent1dcb203243cd29bbfd794e94342b71d1f70b6409 (diff)
typo
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 */