aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-04-24 23:16:44 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-04-24 23:16:44 +0200
commitf572c729a005a3620c185746a9f6775dedbacba5 (patch)
treeaba98ef305e072feb12345d8adc035d84854d1c6 /src
parent83110a4e2680059c68d8d732a36654fe75cdaf21 (diff)
fix typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns.c b/src/dns.c
index b15dde0a..7f5711d8 100644
--- a/src/dns.c
+++ b/src/dns.c
@@ -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)
{