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 2019/04/04 14:12:27 UTC

[mina] branch mina-write-request updated: Typoes

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

elecharny pushed a commit to branch mina-write-request
in repository https://gitbox.apache.org/repos/asf/mina.git


The following commit(s) were added to refs/heads/mina-write-request by this push:
     new 4fec50c  Typoes
4fec50c is described below

commit 4fec50c87f9cacc1e9434dff8e4aff223a372e04
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Thu Apr 4 16:12:23 2019 +0200

    Typoes
---
 mina-core/src/main/java/org/apache/mina/filter/FilterEvent.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mina-core/src/main/java/org/apache/mina/filter/FilterEvent.java b/mina-core/src/main/java/org/apache/mina/filter/FilterEvent.java
index 599c8a2..0bdf60d 100644
--- a/mina-core/src/main/java/org/apache/mina/filter/FilterEvent.java
+++ b/mina-core/src/main/java/org/apache/mina/filter/FilterEvent.java
@@ -20,7 +20,7 @@
 package org.apache.mina.filter;
 
 /**
- * An empty interface that each Filter that are going to send a specific event must implement.
+ * An empty interface that each Filter that is going to send a specific event must implement.
  *   
  * @author <a href="http://mina.apache.org">Apache MINA Project</a>
  */