diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 1999-11-10 18:48:48 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 1999-11-10 18:48:48 +0000 |
commit | 3303d174b290d089e837db437489b083d7ec6f45 (patch) | |
tree | 64303b6db9901825c49969a42c17d5db60ba8ca7 /sys/netinet/if_ether.c | |
parent | 714819a2c2535daa62112e50f032b5b2e0e8716c (diff) |
Fix typo in printf
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r-- | sys/netinet/if_ether.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index a699cbf0fab..15a70a7e7ee 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ether.c,v 1.18 1999/08/08 02:42:59 niklas Exp $ */ +/* $OpenBSD: if_ether.c,v 1.19 1999/11/10 18:48:47 chris Exp $ */ /* $NetBSD: if_ether.c,v 1.31 1996/05/11 12:59:58 mycroft Exp $ */ /* @@ -506,7 +506,7 @@ in_arpinput(m) goto out; } else if (rt->rt_ifp != &ac->ac_if) { log(LOG_WARNING, - "arp: attemt to overwrite entry for %s " + "arp: attempt to overwrite entry for %s " "on %s by %s on %s\n", inet_ntoa(isaddr), rt->rt_ifp->if_xname, ether_sprintf(ea->arp_sha), |