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 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)
{