This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new f31182254a Fix typo.
f31182254a is described below
commit f31182254a5e14103f018f5e2b70da41f6b7b012
Author: lihan <[email protected]>
AuthorDate: Wed Feb 15 17:57:46 2023 +0800
Fix typo.
---
java/org/apache/catalina/Context.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/Context.java
b/java/org/apache/catalina/Context.java
index c3a881b385..928c1bfcd0 100644
--- a/java/org/apache/catalina/Context.java
+++ b/java/org/apache/catalina/Context.java
@@ -441,7 +441,7 @@ public interface Context extends Container, ContextBind {
/**
- * Determine if the matadata of the application is complete. This typically
+ * Determine if the metadata of the application is complete. This typically
* means annotations which add to the application metadata will be
* ignored.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]