diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-23 14:17:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-23 14:17:09 +0000 |
commit | 8ed929de98add940a4939c2b04e15bd6cb05e5bc (patch) | |
tree | 57e2d61b130efef92c92538dd20bed5fce75f607 /sbin | |
parent | 4976efe564dfd17dd878bc21c0ae548a3cf9c02e (diff) |
recieve -> receive
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ancontrol/ancontrol.8 | 4 | ||||
-rw-r--r-- | sbin/isakmpd/dnssec.c | 4 | ||||
-rw-r--r-- | sbin/isakmpd/isakmpd.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/ancontrol/ancontrol.8 b/sbin/ancontrol/ancontrol.8 index 771c60ab19f..8b8c25b65a3 100644 --- a/sbin/ancontrol/ancontrol.8 +++ b/sbin/ancontrol/ancontrol.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ancontrol.8,v 1.12 2001/08/08 23:58:56 heko Exp $ +.\" $OpenBSD: ancontrol.8,v 1.13 2001/08/23 14:17:08 aaron Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu> All rights reserved. @@ -110,7 +110,7 @@ option. .It Fl C Display current NIC configuration. This shows the current operation mode, -recieve mode, MAC address, power save settings, various timing settings, +receive mode, MAC address, power save settings, various timing settings, channel selection, diversity, transmit power, and transmit speed. .It Fl I Display NIC capability information. diff --git a/sbin/isakmpd/dnssec.c b/sbin/isakmpd/dnssec.c index 0189ea9f7fe..c81f2fcdb68 100644 --- a/sbin/isakmpd/dnssec.c +++ b/sbin/isakmpd/dnssec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dnssec.c,v 1.10 2001/08/22 13:30:33 ho Exp $ */ +/* $OpenBSD: dnssec.c,v 1.11 2001/08/23 14:17:08 aaron Exp $ */ /* * Copyright (c) 2001 Håkan Olsson. All rights reserved. @@ -193,7 +193,7 @@ dns_get_key (int type, struct message *msg, int *keylen) /* Sanity. */ if (rr->rri_nrdatas == 0 || rr->rri_rdtype != T_KEY) { - LOG_DBG ((LOG_MISC, 30, "dns_get_key: no KEY RRs recieved")); + LOG_DBG ((LOG_MISC, 30, "dns_get_key: no KEY RRs received")); freerrset (rr); return 0; } diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c index 4c7f8fbf866..ab6f32f895d 100644 --- a/sbin/isakmpd/isakmpd.c +++ b/sbin/isakmpd/isakmpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isakmpd.c,v 1.33 2001/07/05 12:36:53 ho Exp $ */ +/* $OpenBSD: isakmpd.c,v 1.34 2001/08/23 14:17:08 aaron Exp $ */ /* $EOM: isakmpd.c,v 1.54 2000/10/05 09:28:22 niklas Exp $ */ /* @@ -210,7 +210,7 @@ parse_args (int argc, char *argv[]) static void reinit (void) { - log_print ("SIGHUP recieved, reinitializing daemon."); + log_print ("SIGHUP received, reinitializing daemon."); /* * XXX Remove all(/some?) pending exchange timers? - they may not be |