diff options
author | Rich Bowen <rbowen@apache.org> | 2015-07-09 18:01:56 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2015-07-09 18:01:56 +0200 |
commit | 85f20cb5d2ff9316fc6e7a540f7201cd3f1c1348 (patch) | |
tree | 57ccca06b3c989844c1b6dc3f56cf2bde4ea77f0 /modules/cache | |
parent | remove old static ldc->reason (diff) | |
download | apache2-85f20cb5d2ff9316fc6e7a540f7201cd3f1c1348.tar.xz apache2-85f20cb5d2ff9316fc6e7a540f7201cd3f1c1348.zip |
s/the the/the/g
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cache')
-rw-r--r-- | modules/cache/cache_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cache/cache_util.h b/modules/cache/cache_util.h index b845d2d27d..8d62288843 100644 --- a/modules/cache/cache_util.h +++ b/modules/cache/cache_util.h @@ -264,7 +264,7 @@ int cache_check_freshness(cache_handle_t *h, cache_request_rec *cache, * Try obtain a cache wide lock on the given cache key. * * If we return APR_SUCCESS, we obtained the lock, and we are clear to - * proceed to the backend. If we return APR_EEXISTS, the the lock is + * proceed to the backend. If we return APR_EEXISTS, then the lock is * already locked, someone else has gone to refresh the backend data * already, so we must return stale data with a warning in the mean * time. If we return anything else, then something has gone pear |