Mercurial > dillo_port1.3
changeset 153:f175ca0f22be
- Typo correction.
author | jcid |
---|---|
date | Thu, 20 Mar 2008 17:04:17 +0100 |
parents | 3cea28afbca9 |
children | 055164434caa |
files | dpid/misc_new.c src/cache.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/dpid/misc_new.c Thu Mar 20 14:11:31 2008 +0100 +++ b/dpid/misc_new.c Thu Mar 20 17:04:17 2008 +0100 @@ -152,7 +152,7 @@ } /* - * Return a new, non-existent file name from a template + * Return a new, nonexistent file name from a template * (adapted from dietlibc; alternative to mkdtemp()) */ char *a_Misc_mkfname(char *template)
--- a/src/cache.c Thu Mar 20 14:11:31 2008 +0100 +++ b/src/cache.c Thu Mar 20 17:04:17 2008 +0100 @@ -990,7 +990,7 @@ Cache_client_by_key_cmp))) { Cache_client_dequeue(Client, NULLKey); } else { - _MSG("WARNING: Cache_stop_client, inexistent client\n"); + _MSG("WARNING: Cache_stop_client, nonexistent client\n"); } }