You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2023/06/01 21:40:13 UTC

[mina] branch 2.1.X updated: Fixed a javadoc typo

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

elecharny pushed a commit to branch 2.1.X
in repository https://gitbox.apache.org/repos/asf/mina.git


The following commit(s) were added to refs/heads/2.1.X by this push:
     new 38c17d2b0 Fixed a javadoc typo
38c17d2b0 is described below

commit 38c17d2b0b0ee1f63380a9efcd7e3b67d41f0f00
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Thu Jun 1 23:40:04 2023 +0200

    Fixed a javadoc typo
---
 mina-http/src/main/java/org/apache/mina/http/api/HttpVersion.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mina-http/src/main/java/org/apache/mina/http/api/HttpVersion.java b/mina-http/src/main/java/org/apache/mina/http/api/HttpVersion.java
index 98fd69537..bb9dbe77c 100644
--- a/mina-http/src/main/java/org/apache/mina/http/api/HttpVersion.java
+++ b/mina-http/src/main/java/org/apache/mina/http/api/HttpVersion.java
@@ -44,7 +44,7 @@ public enum HttpVersion {
     /**
      * Returns the {@link HttpVersion} instance from the specified string.
      * 
-     * @param string The String contaoning the HTTP version
+     * @param string The String containing the HTTP version
      * @return The version, or <code>null</code> if no version is found
      */
     public static HttpVersion fromString(String string) {