diff options
author | Ondrej Filip <feela@network.cz> | 2003-08-23 10:42:41 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2003-08-23 10:42:41 +0000 |
commit | baa5dd6ccc14eb6bc43fad37a2bfe88ad190c0fa (patch) | |
tree | 355a913f69fbbaec9aa27b8384fc884c15c498d9 /proto/ospf/lsupd.c | |
parent | c197d44e1790ab1738cf9e438c2c91bd74e9b94e (diff) |
Many spelling mistakes fixed.
Thanks you Harry Moyes.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r-- | proto/ospf/lsupd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index 2293081f..d1c20788 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -253,7 +253,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p, if((n=find_neigh(ifa, nrid))==NULL) { - OSPF_TRACE(D_PACKETS, "Received lsupd from unknown neigbor! (%I)", + OSPF_TRACE(D_PACKETS, "Received lsupd from unknown neighbor! (%I)", nrid); return ; } |