summaryrefslogtreecommitdiff
path: root/ospfd
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2011-12-02 20:02:40 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2011-12-13 14:20:46 +0400
commit42140fb1b1f88310565c6b1d36645aa15c58424d (patch)
treef428a743144b0dfe1899834ed7e14e993c0fe2ef /ospfd
parentd5cd9a9758932dc644eb8b3f0eff3d2e17a7d677 (diff)
ospfd: spelling
Diffstat (limited to 'ospfd')
-rw-r--r--ospfd/ospf_lsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c
index 132a281c..2f50676e 100644
--- a/ospfd/ospf_lsa.c
+++ b/ospfd/ospf_lsa.c
@@ -1679,7 +1679,7 @@ ospf_external_lsa_new (struct ospf *ospf,
if (ei == NULL)
{
if (IS_DEBUG_OSPF (lsa, LSA_GENERATE))
- zlog_debug ("LSA[Type5]: External info is NULL, could not originated");
+ zlog_debug ("LSA[Type5]: External info is NULL, can't originate");
return NULL;
}
@@ -2915,7 +2915,7 @@ ospf_maxage_lsa_remover (struct thread *thread)
/* Remove LSA from the LSDB */
if (IS_LSA_SELF (lsa))
if (IS_DEBUG_OSPF (lsa, LSA_FLOODING))
- zlog_debug ("LSA[Type%d:%s]: LSA 0x%lx is self-oririnated: ",
+ zlog_debug ("LSA[Type%d:%s]: LSA 0x%lx is self-originated: ",
lsa->data->type, inet_ntoa (lsa->data->id), (u_long)lsa);
if (IS_DEBUG_OSPF (lsa, LSA_FLOODING))