diff options
author | David Krause <david@cvs.openbsd.org> | 2005-05-25 08:06:58 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-05-25 08:06:58 +0000 |
commit | 32e2bad2c5bd3faa6138f1f941546776315c4a89 (patch) | |
tree | cf459e1efbd9810f30fba38a4ec6e1425c8f4caa /usr.sbin/ospfd/rde.c | |
parent | 095b872dd13df84d1b8c08061f80f50a8c96ef7a (diff) |
spelling
Diffstat (limited to 'usr.sbin/ospfd/rde.c')
-rw-r--r-- | usr.sbin/ospfd/rde.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/rde.c b/usr.sbin/ospfd/rde.c index 6cef0537989..166422f879f 100644 --- a/usr.sbin/ospfd/rde.c +++ b/usr.sbin/ospfd/rde.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.c,v 1.23 2005/05/24 21:36:40 claudio Exp $ */ +/* $OpenBSD: rde.c,v 1.24 2005/05/25 08:06:57 david Exp $ */ /* * Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org> @@ -1031,7 +1031,7 @@ rde_summary_update(struct rt_node *rte, struct area *area) struct lsa *lsa; u_int8_t type = 0; - /* first check if we acctually need to announce this route */ + /* first check if we actually need to announce this route */ if (!(rte->d_type == DT_NET || rte->flags & OSPF_RTR_E)) return; /* never create summaries for as-ext LSA */ |