summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src/modules/ssl/mod_ssl.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2007-10-14 15:12:59 +0000
committerkrw <krw@openbsd.org>2007-10-14 15:12:59 +0000
commit3b84f6eb3e98797478201cb43c4bfe4fb1d46b4f (patch)
tree5737ada88bf1d7ad074ceca23948e2e8bca40f0d /usr.sbin/httpd/src/modules/ssl/mod_ssl.c
parentwbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadt (diff)
downloadwireguard-openbsd-3b84f6eb3e98797478201cb43c4bfe4fb1d46b4f.tar.xz
wireguard-openbsd-3b84f6eb3e98797478201cb43c4bfe4fb1d46b4f.zip
'expresion' -> 'expression'. Reported by Jung on tech@.
Diffstat (limited to 'usr.sbin/httpd/src/modules/ssl/mod_ssl.c')
-rw-r--r--usr.sbin/httpd/src/modules/ssl/mod_ssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/modules/ssl/mod_ssl.c b/usr.sbin/httpd/src/modules/ssl/mod_ssl.c
index 160eb22c355..21c53558626 100644
--- a/usr.sbin/httpd/src/modules/ssl/mod_ssl.c
+++ b/usr.sbin/httpd/src/modules/ssl/mod_ssl.c
@@ -74,7 +74,7 @@
* identify the module to SCCS `what' and RCS `ident' commands
*/
static char const sccsid[] = "@(#) mod_ssl/" MOD_SSL_VERSION " >";
-static char const rcsid[] = "$Id: mod_ssl.c,v 1.9 2003/11/17 18:57:05 henning Exp $";
+static char const rcsid[] = "$Id: mod_ssl.c,v 1.10 2007/10/14 15:12:59 krw Exp $";
/*
* the table of configuration directives we provide
@@ -199,7 +199,7 @@ static command_rec ssl_config_cmds[] = {
"Require the SSL protocol for the per-directory context "
"(no arguments)")
AP_DIR_CMD(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