Fix typo
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Mar 2010 11:48:02 +0000 (11:48 +0000)
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Mar 2010 11:48:02 +0000 (11:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@917978 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/net/AprEndpoint.java

index 82e5d4e..3c2e5c2 100644 (file)
@@ -314,7 +314,7 @@ public class AprEndpoint extends AbstractEndpoint {
      * support the secure renegotiation.
      */
     protected boolean SSLInsecureRenegotiation = false;
-    public void seSSLInsecureRenegotiation(boolean SSLInsecureRenegotiation) { this.SSLInsecureRenegotiation = SSLInsecureRenegotiation; }
+    public void setSSLInsecureRenegotiation(boolean SSLInsecureRenegotiation) { this.SSLInsecureRenegotiation = SSLInsecureRenegotiation; }
     public boolean getSSLInsecureRenegotiation() { return SSLInsecureRenegotiation; }
 
     // --------------------------------------------------------- Public Methods