X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.c;h=3029f14b95020c34bc09f398701d4dc79c42bb0d;hp=febde4faf4236a2cf2e1c7233c9bf6ce8ea1acb6;hb=ad73cb711a97c6a600f4541bbad239781208bd60;hpb=767afb7f5d7062d75385b9ab3afdad47d0249a39 diff --git a/cgisimple.c b/cgisimple.c index febde4fa..3029f14b 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -1365,7 +1365,7 @@ jb_err cgi_show_url_info(struct client_state *csp, if (url_param[0] == '\0') { - /* URL paramater not specified, display query form only. */ + /* URL parameter not specified, display query form only. */ free(url_param); if (map_block_killer(exports, "url-given") || map(exports, "url", 1, "", 1)) @@ -1714,7 +1714,7 @@ jb_err cgi_robots_txt(struct client_state *csp, * * Function : show_defines * - * Description : Add to a map the state od all conditional #defines + * Description : Add to a map the state of all conditional #defines * used when building * * Parameters : @@ -1831,8 +1831,8 @@ static jb_err show_defines(struct map *exports) #endif }, { - "FEATURE_HTTPS_FILTERING", -#ifdef FEATURE_HTTPS_FILTERING + "FEATURE_HTTPS_INSPECTION", +#ifdef FEATURE_HTTPS_INSPECTION 1, #else 0,