summaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-03-20 17:04:17 +0100
committerjcid <devnull@localhost>2008-03-20 17:04:17 +0100
commit8fefe9ce9b44a93e6c3751ba25e38d7891d374ac (patch)
tree7468e19a5ac0a324b5745d4f801321bca4ebae0e /src/cache.c
parentcefb264a5c886be7f39ce19887680b3896b26c7b (diff)
- Typo correction.
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c2
1 files changed, 1 insertions, 1 deletions
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");
}
}