Mercurial > dillo_port1.3
changeset 1664:9e081321c25b
fix typo in comment
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Sat, 24 Apr 2010 23:16:44 +0200 |
parents | 1a88fc9331c8 |
children | 3e804040cb31 |
files | src/dns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dns.c Fri Apr 23 12:24:46 2010 -0400 +++ b/src/dns.c Sat Apr 24 23:16:44 2010 +0200 @@ -483,7 +483,7 @@ * 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) {