diff options
author | 2005-10-03 15:05:49 +0000 | |
---|---|---|
committer | 2005-10-03 15:05:49 +0000 | |
commit | 0a92c15a00f1b46b4b497cc30e640e51201e8866 (patch) | |
tree | fce25f2d8f814bc1ddf76a733ef1176ac0a53179 | |
parent | rename OpenSSL blowfish.3 manpage to BF_set_key.3, so it doesn't clobber (diff) | |
download | wireguard-openbsd-0a92c15a00f1b46b4b497cc30e640e51201e8866.tar.xz wireguard-openbsd-0a92c15a00f1b46b4b497cc30e640e51201e8866.zip |
typo
ok claudio@
-rw-r--r-- | usr.sbin/ospfd/lsupdate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/lsupdate.c b/usr.sbin/ospfd/lsupdate.c index 33c9471fed4..d244bf91a09 100644 --- a/usr.sbin/ospfd/lsupdate.c +++ b/usr.sbin/ospfd/lsupdate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lsupdate.c,v 1.11 2005/05/26 20:10:24 norby Exp $ */ +/* $OpenBSD: lsupdate.c,v 1.12 2005/10/03 15:05:49 msf Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -291,7 +291,7 @@ ls_retrans_list_del(struct nbr *nbr, struct lsa_hdr *lsa_hdr) return (0); } - log_warnx("ls_retrans_list_del: invalid LS ack received, neigbor %s", + log_warnx("ls_retrans_list_del: invalid LS ack received, neighbor %s", inet_ntoa(nbr->id)); return (-1); |