From: Justin Erenkrantz Date: Thu, 23 Jan 2003 18:03:33 +0000 (+0000) Subject: Missed a word in a comment. X-Git-Tag: pre_ajp_proxy~2216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a060c926d558efbc3640c113e8cea1b809609fd6;p=apache Missed a word in a comment. Bah. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98475 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/main/props.c b/modules/dav/main/props.c index d538725ad3..64e95e82cb 100644 --- a/modules/dav/main/props.c +++ b/modules/dav/main/props.c @@ -596,7 +596,7 @@ void dav_close_propdb(dav_propdb *propdb) (*propdb->db_hooks->close)(propdb->db); } - /* Currently, mod_dav's pool usage doesn't clearing this pool. */ + /* Currently, mod_dav's pool usage doesn't allow clearing this pool. */ #if 0 apr_pool_destroy(propdb->p); #endif