You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/01/20 20:32:00 UTC

[tomcat] branch 9.0.x updated: Fix typo

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

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 0e27b9e  Fix typo
0e27b9e is described below

commit 0e27b9e01af21390737bae87f1b6abe3b785ef4d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 20 20:30:51 2020 +0000

    Fix typo
---
 webapps/docs/config/cluster-interceptor.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/config/cluster-interceptor.xml b/webapps/docs/config/cluster-interceptor.xml
index 648a884..836c4cd 100644
--- a/webapps/docs/config/cluster-interceptor.xml
+++ b/webapps/docs/config/cluster-interceptor.xml
@@ -205,7 +205,7 @@
    <p>
      If using the <code>TcpFailureDetector</code>, the <code>EncryptInterceptor</code>
      <i>must</i> be inserted into the interceptor chain <i>before</i> the
-     <code>TcpFailureDetector</code>. This is becuase when validating cluster
+     <code>TcpFailureDetector</code>. This is because when validating cluster
      members, <code>TcpFailureDetector</code> writes channel data directly
      to the other members without using the remainder of the interceptor chain,
      but on the receiving side, the message still goes through the chain (in reverse).


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