Fix typo
[privoxy.git] / doc / source / p-config.sgml
index 2933d04..e9e8310 100644 (file)
@@ -3903,6 +3903,12 @@ forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t</title>
 <sect2 id="https-inspection-directives">
 <title>HTTPS Inspection (Experimental)</title>
 
+<para>
+  HTTPS inspection allows to filter encrypted requests.
+  This is only supported when <application>Privoxy</application>
+  has been built with FEATURE_HTTPS_INSPECTION.
+</para>
+
 <!--   ~~~~~       New section      ~~~~~     -->
 
 <sect3 renderas="sect4" id="ca-directory"><title>ca-directory</title>
@@ -4353,7 +4359,7 @@ ECDHE-RSA-AES256-GCM-SHA384:\
 AES128-SHA
    </screen>
    <screen>
-    # Use keywords instead of explicity naming the ciphers (Does not work with MbedTLS)
+    # Use keywords instead of explicitly naming the ciphers (Does not work with MbedTLS)
     cipher-list ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
    </screen>
   </listitem>