From: Justin Erenkrantz Date: Thu, 23 Jan 2003 18:03:33 +0000 (+0000) Subject: Missed a word in a comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d013f2d6061e90330fcad2bd36b5e3aa5855da4f;p=thirdparty%2Fapache%2Fhttpd.git 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 d538725ad3c..64e95e82cbc 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