From: Ruediger Pluem Date: Mon, 31 Jan 2022 08:19:14 +0000 (+0000) Subject: * Fix typo X-Git-Tag: 2.5.0-alpha2-ci-test-only~529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df7e92eac8a627299507377de3cf7935d0e0d8d1;p=thirdparty%2Fapache%2Fhttpd.git * Fix typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897615 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/mod_dav_memory_regresssion.txt b/changes-entries/mod_dav_memory_regresssion.txt index 0fc082649a6..afbc2d746ce 100644 --- a/changes-entries/mod_dav_memory_regresssion.txt +++ b/changes-entries/mod_dav_memory_regresssion.txt @@ -1,3 +1,3 @@ - *) mod_dav: Fix regression when gathering properties which could lead to hugei + *) mod_dav: Fix regression when gathering properties which could lead to huge memory consumption proportional to the number of resources. [Evgeny Kotkov , Ruediger Pluem]