summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-11-19 20:00:12 +0000
committerJeff Trawick <trawick@apache.org>2009-11-19 20:00:12 +0000
commitd854b9d90cd7ee0bf0b718087a31b33b9dbff213 (patch)
tree20d0b99750c10f26c70b8f076733b8101aee4b90 /support
parentd152d310eff80da9f6de8d86e3cabee4e6fe1190 (diff)
downloadhttpd-d854b9d90cd7ee0bf0b718087a31b33b9dbff213.tar.gz
fix or complain about some invalid errno references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/htcacheclean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c
index 756300be6f..9991a9a496 100644
--- a/support/htcacheclean.c
+++ b/support/htcacheclean.c
@@ -342,7 +342,7 @@ static int process_dir(char *path, apr_pool_t *pool)
}
}
- /* this may look strange but apr_stat() may return errno which
+ /* this may look strange but apr_stat() may return an error which
* is system dependent and there may be transient failures,
* so just blindly retry for a short while
*/