diff options
author | jcid <devnull@localhost> | 2007-11-17 14:47:41 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-17 14:47:41 +0100 |
commit | dfd741a2a60c8013cf96666bb9f24408b863790e (patch) | |
tree | 3cd8aac285423bec9f37daaef318b0544b1211be /src/cache.c | |
parent | 1a09cec70152b4836a20cd8a0d914f62b290fae2 (diff) |
- s/camp/field/ s/CAMP/FIELD/
Diffstat (limited to 'src/cache.c')
-rw-r--r-- | src/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c index d3b99c23..eeeb5162 100644 --- a/src/cache.c +++ b/src/cache.c @@ -144,7 +144,7 @@ static int Cache_client_make_key(void) /* * Add a client to ClientQueue. - * - Every client-camp is just a reference (except 'Web'). + * - Every client-field is just a reference (except 'Web'). * - Return a unique number for identifying the client. */ static int Cache_client_enqueue(const DilloUrl *Url, DilloWeb *Web, |