diff options
author | corvid <corvid@lavabit.com> | 2009-05-08 04:25:55 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-05-08 04:25:55 +0000 |
commit | ec2d54cf916e3a9fa65368c504538d34bdd1ecf6 (patch) | |
tree | 74bee81442a875bdcc22d58601e2d1c24aba7586 /src/dns.c | |
parent | a975d5033ed5905cd05b08bf752851325d34a0a7 (diff) |
spelling
Diffstat (limited to 'src/dns.c')
-rw-r--r-- | src/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -381,7 +381,7 @@ void a_Dns_resolve(const char *hostname, DnsCallback_t cb_func, void *cb_data) break; if (i < dns_cache_size) { - /* already resolved, call the Callback inmediately. */ + /* already resolved, call the Callback immediately. */ cb_func(0, dns_cache[i].addr_list, cb_data); } else if ((i = Dns_queue_find(hostname)) != -1) { |