]> git.proxmox.com Git - mirror_frr.git/commitdiff
ospfd: spelling
authorDenis Ovsienko <infrastation@yandex.ru>
Fri, 2 Dec 2011 16:02:40 +0000 (20:02 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Tue, 13 Dec 2011 10:20:46 +0000 (14:20 +0400)
ospfd/ospf_lsa.c

index 132a281c7fdb0b8ffda99fd4d651fa8b95e0bf22..2f50676e2b1ac63d9fdf8383541aaaf487a26d05 100644 (file)
@@ -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))