From 3303d174b290d089e837db437489b083d7ec6f45 Mon Sep 17 00:00:00 2001 From: Chris Cappuccio Date: Wed, 10 Nov 1999 18:48:48 +0000 Subject: Fix typo in printf --- sys/netinet/if_ether.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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), -- cgit v1.2.3