From 44a8bd9d080c0eaf3a8ac2dcec60e5eae97f701d Mon Sep 17 00:00:00 2001 From: Stuart Henderson Date: Thu, 13 May 2010 22:51:57 +0000 Subject: typo: colision->collision --- usr.sbin/ospfd/hello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ospfd') diff --git a/usr.sbin/ospfd/hello.c b/usr.sbin/ospfd/hello.c index 0c46bdabea2..5bb3201404c 100644 --- a/usr.sbin/ospfd/hello.c +++ b/usr.sbin/ospfd/hello.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hello.c,v 1.17 2010/02/16 18:10:08 claudio Exp $ */ +/* $OpenBSD: hello.c,v 1.18 2010/05/13 22:51:56 sthen Exp $ */ /* * Copyright (c) 2005 Claudio Jeker @@ -172,7 +172,7 @@ recv_hello(struct iface *iface, struct in_addr src, u_int32_t rtr_id, char *buf, LIST_FOREACH(nbr, &iface->nbr_list, entry) { if (nbr == iface->self) { if (nbr->id.s_addr == rtr_id) { - log_warnx("recv_hello: Router-ID colision on " + log_warnx("recv_hello: Router-ID collision on " "interface %s neighbor IP %s", iface->name, inet_ntoa(src)); return; -- cgit v1.2.3