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

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

commit 354ba0d5075e0ea74d8f7fb5830d304f4c939f37
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Sun Apr 30 05:23:23 2023 +0200

    Fixing a typo
---
 .../org/apache/mina/example/echoserver/ssl/BogusSSLContextFactory.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mina-example/src/main/java/org/apache/mina/example/echoserver/ssl/BogusSSLContextFactory.java
 
b/mina-example/src/main/java/org/apache/mina/example/echoserver/ssl/BogusSSLContextFactory.java
index 2addbd85d..6c3c22ebc 100644
--- 
a/mina-example/src/main/java/org/apache/mina/example/echoserver/ssl/BogusSSLContextFactory.java
+++ 
b/mina-example/src/main/java/org/apache/mina/example/echoserver/ssl/BogusSSLContextFactory.java
@@ -64,7 +64,7 @@ public class BogusSSLContextFactory {
     //           -keypass boguspw -storepass boguspw -keystore bogus.cert
 
     /**
-     * Bougus keystore password.
+     * Bogus keystore password.
      */
     private static final char[] BOGUS_PW = { 'b', 'o', 'g', 'u', 's', 'p', 'w' 
};
 

Reply via email to