This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 284aa41292bcd242df5106ab4d8087b81598dad1
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Aug 28 10:53:14 2024 +0100

    Fix typo
---
 java/org/apache/catalina/connector/mbeans-descriptors.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/connector/mbeans-descriptors.xml 
b/java/org/apache/catalina/connector/mbeans-descriptors.xml
index 263de6085f..9048b0e06d 100644
--- a/java/org/apache/catalina/connector/mbeans-descriptors.xml
+++ b/java/org/apache/catalina/connector/mbeans-descriptors.xml
@@ -48,7 +48,7 @@
                  type="boolean"/>
 
     <attribute   name="allowedRequestAttributesPattern"
-          description="Regular expression that any custom request attributes 
muct match else the request will be rejected"
+          description="Regular expression that any custom request attributes 
must match else the request will be rejected"
                  type="java.lang.String"/>
 
     <attribute   name="allowTrace"


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to