diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-20 17:51:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-20 17:51:08 +0000 |
commit | 0a2446c2f31cfb357f46bd938a94ea5c162f3884 (patch) | |
tree | 0c51e84c52ad942284125bb136b8ed7850643c04 /usr.sbin/mopd/common | |
parent | 3bfc35678cf6dc3df6a706255ff510861276acb0 (diff) |
addres -> address
Diffstat (limited to 'usr.sbin/mopd/common')
-rw-r--r-- | usr.sbin/mopd/common/common.h | 6 | ||||
-rw-r--r-- | usr.sbin/mopd/common/print.c | 6 |
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"); |