summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/common/print.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-12-28 21:30:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-12-28 21:30:20 +0000
commit30c6e2bff10bcc21f60c21eb9d29068c6790aed4 (patch)
tree160b7cd24896186ded48d98dd67e701b7f1c7ff2 /usr.sbin/mopd/common/print.c
parent6d982a342f98d6530a0f71d5f67313d5f2a07382 (diff)
spelling fixes; from paul tagliamonte
any parts of his diff not taken are noted on tech
Diffstat (limited to 'usr.sbin/mopd/common/print.c')
-rw-r--r--usr.sbin/mopd/common/print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mopd/common/print.c b/usr.sbin/mopd/common/print.c
index 1324c84f0ec..524dd6e21c3 100644
--- a/usr.sbin/mopd/common/print.c
+++ b/usr.sbin/mopd/common/print.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print.c,v 1.13 2017/07/29 07:18:03 florian Exp $ */
+/* $OpenBSD: print.c,v 1.14 2022/12/28 21:30:17 jmc Exp $ */
/*
* Copyright (c) 1993-96 Mats O Jansson. All rights reserved.
@@ -453,7 +453,7 @@ mopPrintInfo(FILE *fd, u_char *pkt, int *idx, u_short moplen, u_char mopcode,
break;
case MOP_K_INFO_MFCT:
tmps = mopGetShort(pkt, idx);
- fprintf(fd, "Maint Funcion: %04x ( ", tmps);
+ fprintf(fd, "Maint Function: %04x ( ", tmps);
if (tmps & 1) fprintf(fd, "Loop ");
if (tmps & 2) fprintf(fd, "Dump ");
if (tmps & 4) fprintf(fd, "Pldr ");