diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-07-13 17:57:21 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-07-13 17:57:21 +0000 |
commit | a2a5a5f76d7dcf4df1ffe0dc2e8cc1b42c5521e2 (patch) | |
tree | 02d91b39c73c3bb46d70d92bb04ca8966e55ee88 /usr.sbin/bgpd/kroute.c | |
parent | 71bbe64c48f4612eef8c751783dd284b3bbc2c33 (diff) |
fix some typos
ok henning otto
Diffstat (limited to 'usr.sbin/bgpd/kroute.c')
-rw-r--r-- | usr.sbin/bgpd/kroute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/kroute.c b/usr.sbin/bgpd/kroute.c index 7f78c51df36..8f367fdae44 100644 --- a/usr.sbin/bgpd/kroute.c +++ b/usr.sbin/bgpd/kroute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kroute.c,v 1.103 2004/07/05 16:54:53 henning Exp $ */ +/* $OpenBSD: kroute.c,v 1.104 2004/07/13 17:57:20 jaredy Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -997,7 +997,7 @@ if_change(u_short ifindex, int flags, struct if_data *ifd) LIST_FOREACH(kkr, &kif->kroute_l, entry) { /* * we treat link_state == LINK_STATE_UNKNOWN as valid - * not all interfaces have a conecpt of "link state" and/or + * not all interfaces have a concept of "link state" and/or * do not report up */ if (reachable) |