From a060c926d558efbc3640c113e8cea1b809609fd6 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Thu, 23 Jan 2003 18:03:33 +0000 Subject: [PATCH] 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 --- modules/dav/main/props.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1