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 f6bcc2b812 Fix typo.
f6bcc2b812 is described below

commit f6bcc2b812f8e94d656ec984dbeb5477b630ed9d
Author: lihan <li...@apache.org>
AuthorDate: Sun Jan 29 14:00:58 2023 +0800

    Fix typo.
---
 java/org/apache/tomcat/util/buf/CharsetHolder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/buf/CharsetHolder.java 
b/java/org/apache/tomcat/util/buf/CharsetHolder.java
index a7c8d2fc63..f1f0d7996d 100755
--- a/java/org/apache/tomcat/util/buf/CharsetHolder.java
+++ b/java/org/apache/tomcat/util/buf/CharsetHolder.java
@@ -29,7 +29,7 @@ import java.nio.charset.Charset;
  * and, if the name was valid, the Charset with validation and conversion logic
  * spread throughout those classes.
  *
- * <p>This class is an attempt to encapsulate that behvaiour.
+ * <p>This class is an attempt to encapsulate that behaviour.
  */
 public class CharsetHolder {
 


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

Reply via email to