diff options
author | Ondrej Filip <feela@network.cz> | 2002-04-03 17:41:05 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2002-04-03 17:41:05 +0200 |
commit | 4ca0d0847e015bbecf6db3cec8f3ce57c2d8035c (patch) | |
tree | 852804ecea1c7f63e8ebdb6a943ac6dda24c7b3e /proto | |
parent | 53a50af50427e2fedc4bbfeca7a5934a798a3827 (diff) | |
download | bird-4ca0d0847e015bbecf6db3cec8f3ce57c2d8035c.tar bird-4ca0d0847e015bbecf6db3cec8f3ce57c2d8035c.zip |
Small typo fixed.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/lsalib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 2d307b5..46dc707 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -412,7 +412,7 @@ lsa_comp(struct ospf_lsa_header *l1, struct ospf_lsa_header *l2) * @oa: current ospf_area * * This function ensures installing new LSA into LSA database. Old instance is - * replaced. Several actions are taken to detec if new routing table + * replaced. Several actions are taken to detect if new routing table * calculation is necessary. This is described in 13.2 of RFC 2328. */ struct top_hash_entry * |