summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2016-12-26 17:38:15 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2016-12-26 17:38:15 +0000
commit6a52ca3bc05c6169d1f10c3b5374ff06ecf37707 (patch)
tree21c294b7c740e6fa086da3dd6fc033c797b74f01 /usr.sbin
parentbe4918f5112fa7aa6d9daf68a53a996b1ea252e4 (diff)
Fix typo, happend -> happened
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ospfd/lsupdate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/lsupdate.c b/usr.sbin/ospfd/lsupdate.c
index 46ad79e99fa..4bec1abad83 100644
--- a/usr.sbin/ospfd/lsupdate.c
+++ b/usr.sbin/ospfd/lsupdate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lsupdate.c,v 1.44 2015/01/28 22:03:17 bluhm Exp $ */
+/* $OpenBSD: lsupdate.c,v 1.45 2016/12/26 17:38:14 jca Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -492,7 +492,7 @@ ls_retrans_timer(int fd, short event, void *bula)
if (add_ls_update(buf, nbr->iface, le->le_ref->data,
le->le_ref->len, d) == 0) {
if (nlsa == 0) {
- /* something bad happend retry later */
+ /* something bad happened retry later */
log_warnx("ls_retrans_timer: sending LS update "
"to neighbor ID %s failed",
inet_ntoa(nbr->id));