summaryrefslogtreecommitdiff
path: root/ospfd
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2011-09-10 23:29:19 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2011-09-27 21:43:27 +0400
commitbcc6c59ac5e9c1e8cf9693b4768f6b8cad5e559a (patch)
tree110dc04ffd64f9a259015231981165e92a225502 /ospfd
parente6ec1c3648cf3304c1a36341487659aadb9dce95 (diff)
ospfd: spelling
Diffstat (limited to 'ospfd')
-rw-r--r--ospfd/ospf_zebra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_zebra.c b/ospfd/ospf_zebra.c
index 50ca85e1..bffa90db 100644
--- a/ospfd/ospf_zebra.c
+++ b/ospfd/ospf_zebra.c
@@ -670,7 +670,7 @@ ospf_external_lsa_originate_check (struct ospf *ospf,
if (is_prefix_default (&ei->p))
if (ospf->default_originate == DEFAULT_ORIGINATE_NONE)
{
- zlog_info ("LSA[Type5:0.0.0.0]: Not originate AS-exntenal-LSA "
+ zlog_info ("LSA[Type5:0.0.0.0]: Not originate AS-external-LSA "
"for default");
return 0;
}