1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00

s/the the/the/g

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690120 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2015-07-09 16:01:56 +00:00
parent eb1a60e0dc
commit 85f20cb5d2
14 changed files with 14 additions and 230 deletions

View File

@ -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