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/print.c | |
parent | 3bfc35678cf6dc3df6a706255ff510861276acb0 (diff) |
addres -> address
Diffstat (limited to 'usr.sbin/mopd/common/print.c')
-rw-r--r-- | usr.sbin/mopd/common/print.c | 6 |
1 files changed, 3 insertions, 3 deletions
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"); |