summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-10-14 15:13:00 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-10-14 15:13:00 +0000
commit36f5e9656809ca8a4cd7f6454010f23669dea711 (patch)
treeb1ad82eeeac1898694fc08ff9a77a566ed60d407
parent242b761b7b5809525f181d09a23aae3a16233b35 (diff)
'expresion' -> 'expression'. Reported by Jung on tech@.
-rw-r--r--sys/arch/mac68k/dev/if_mc.c4
-rw-r--r--usr.sbin/httpd/src/modules/ssl/mod_ssl.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/dev/if_mc.c b/sys/arch/mac68k/dev/if_mc.c
index 7d7a3ba9371..28d4ed8dd43 100644
--- a/sys/arch/mac68k/dev/if_mc.c
+++ b/sys/arch/mac68k/dev/if_mc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mc.c,v 1.15 2007/01/12 16:31:21 martin Exp $ */
+/* $OpenBSD: if_mc.c,v 1.16 2007/10/14 15:12:59 krw Exp $ */
/* $NetBSD: if_mc.c,v 1.24 2004/10/30 18:08:34 thorpej Exp $ */
/*-
@@ -121,7 +121,7 @@ ether_cmp(one, two)
diff |= *a++ - *b++;
#else
/*
- * Most modern CPUs do better with a single expresion.
+ * Most modern CPUs do better with a single expression.
* Note that short-cut evaluation is NOT helpful here,
* because it just makes the code longer, not faster!
*/
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