diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-10 23:29:19 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-10 23:29:19 +0400 |
commit | e00d4e2e3dd20d567d670cae1c33618910c639fa (patch) | |
tree | 7bc3709e61e89b461a9eea99bcfeca4789485b5c /ospfd | |
parent | 6787978cc8c15b16fff3e6d6e09e02518dc045f2 (diff) |
ospfd: spelling
Diffstat (limited to 'ospfd')
-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; } |