diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-10 23:29:19 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-27 21:43:27 +0400 |
commit | bcc6c59ac5e9c1e8cf9693b4768f6b8cad5e559a (patch) | |
tree | 110dc04ffd64f9a259015231981165e92a225502 | |
parent | e6ec1c3648cf3304c1a36341487659aadb9dce95 (diff) |
ospfd: spelling
-rw-r--r-- | ospfd/ospf_zebra.c | 2 |
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; } |