From b86e18b6fe0c32145a4b1647747c01694e9b6740 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Mon, 14 May 2001 10:53:33 +0000 Subject: [PATCH] Fix typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89113 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/mod_ssl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ssl/mod_ssl.c b/modules/ssl/mod_ssl.c index 8f66a7130bd..826bea0bd25 100644 --- a/modules/ssl/mod_ssl.c +++ b/modules/ssl/mod_ssl.c @@ -186,13 +186,13 @@ static const command_rec ssl_config_cmds[] = { * Per-directory context configuration directives */ SSL_CMD_DIR(Options, OPTIONS, RAW_ARGS, - "Set one of more options to configure the SSL engine" + "Set one or more options to configure the SSL engine" "(`[+-]option[=value] ...' - see manual)") SSL_CMD_DIR(RequireSSL, AUTHCFG, NO_ARGS, "Require the SSL protocol for the per-directory context " "(no arguments)") SSL_CMD_DIR(Require, AUTHCFG, RAW_ARGS, - "Require a boolean expresion to evaluate to true for granting access" + "Require a boolean expression to evaluate to true for granting access" "(arbitrary complex boolean expression - see manual)") AP_END_CMD -- 2.47.2