summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mopd
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-09-20 17:51:05 +0000
committermiod <miod@openbsd.org>2004-09-20 17:51:05 +0000
commit3edb69a38278d721171dfa8423973666dc246e6b (patch)
tree9b487ecbf0d9febe0238f45560381751a2f05079 /usr.sbin/mopd
parentsync (diff)
downloadwireguard-openbsd-3edb69a38278d721171dfa8423973666dc246e6b.tar.xz
wireguard-openbsd-3edb69a38278d721171dfa8423973666dc246e6b.zip
addres -> address
Diffstat (limited to 'usr.sbin/mopd')
-rw-r--r--usr.sbin/mopd/common/common.h6
-rw-r--r--usr.sbin/mopd/common/print.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/mopd/common/common.h b/usr.sbin/mopd/common/common.h
index fac258a1bbf..7c9966993a6 100644
--- a/usr.sbin/mopd/common/common.h
+++ b/usr.sbin/mopd/common/common.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: common.h,v 1.5 2004/04/14 20:37:28 henning Exp $ */
+/* $OpenBSD: common.h,v 1.6 2004/09/20 17:51:07 miod Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $OpenBSD: common.h,v 1.5 2004/04/14 20:37:28 henning Exp $
+ * $OpenBSD: common.h,v 1.6 2004/09/20 17:51:07 miod Exp $
*
*/
@@ -67,7 +67,7 @@ struct if_info {
struct dllist {
u_char status; /* Status byte */
struct if_info *ii; /* interface pointer */
- u_char eaddr[6]; /* targets ethernet addres */
+ u_char eaddr[6]; /* targets ethernet address */
int ldfd; /* filedescriptor for loadfile */
u_short dl_bsz; /* Data Link Buffer Size */
int timeout; /* Timeout counter */
diff --git a/usr.sbin/mopd/common/print.c b/usr.sbin/mopd/common/print.c
index a3c9f98bcc9..32cf3a6fb67 100644
--- a/usr.sbin/mopd/common/print.c
+++ b/usr.sbin/mopd/common/print.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print.c,v 1.7 2004/04/14 20:37:28 henning Exp $ */
+/* $OpenBSD: print.c,v 1.8 2004/09/20 17:51:07 miod Exp $ */
/*
* Copyright (c) 1993-96 Mats O Jansson. All rights reserved.
@@ -26,7 +26,7 @@
#ifndef LINT
static const char rcsid[] =
- "$OpenBSD: print.c,v 1.7 2004/04/14 20:37:28 henning Exp $";
+ "$OpenBSD: print.c,v 1.8 2004/09/20 17:51:07 miod Exp $";
#endif
#include <sys/types.h>
@@ -342,7 +342,7 @@ mopPrintMopHeader(FILE *fd, u_char *pkt, int trans)
fprintf(fd, "Memory dump data\n");
break;
case MOP_K_CODE_PLT:
- fprintf(fd, "Parameter load with transfer addres\n");
+ fprintf(fd, "Parameter load with transfer address\n");
break;
default:
fprintf(fd, "(unknown)\n");