Fix spelling of FEATURE_HTTPS_INSPECTION
[privoxy.git] / cgiedit.c
index 14886d4..a9e4b0e 100644 (file)
--- a/cgiedit.c
+++ b/cgiedit.c
@@ -2782,7 +2782,7 @@ jb_err cgi_edit_actions_for_url(struct client_state *csp,
 #ifndef FEATURE_EXTERNAL_FILTERS
    if (!err) err = map_block_killer(exports, "external-content-filters");
 #endif
-#ifndef FEATURE_HTTP_INSPECTION
+#ifndef FEATURE_HTTPS_INSPECTION
    if (!err) err = map_block_killer(exports, "https-inspection");
 #endif