diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-04-24 23:16:44 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-04-24 23:16:44 +0200 |
commit | f572c729a005a3620c185746a9f6775dedbacba5 (patch) | |
tree | aba98ef305e072feb12345d8adc035d84854d1c6 /src/dns.c | |
parent | 83110a4e2680059c68d8d732a36654fe75cdaf21 (diff) |
fix typo in comment
Diffstat (limited to 'src/dns.c')
-rw-r--r-- | src/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -483,7 +483,7 @@ static void Dns_timeout_client(void *data) * Dns memory-deallocation * (Call this one at exit time) * The Dns_queue is deallocated at execution time (no need to do that here) - * 'dns_cache' is the only one that grows dinamically + * 'dns_cache' is the only one that grows dynamically */ void a_Dns_freeall(void) { |