diff options
-rw-r--r-- | dpid/misc_new.c | 2 | ||||
-rw-r--r-- | src/cache.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dpid/misc_new.c b/dpid/misc_new.c index 17c242d0..f85f43e4 100644 --- a/dpid/misc_new.c +++ b/dpid/misc_new.c @@ -152,7 +152,7 @@ char *a_Misc_mkdtemp(char *template) } /* - * 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) diff --git a/src/cache.c b/src/cache.c index 56389b14..93c28098 100644 --- a/src/cache.c +++ b/src/cache.c @@ -990,7 +990,7 @@ void a_Cache_stop_client(int Key) 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"); } } |