]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ospfd: Fix spelling mistakes found by debian packaging
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 13 Mar 2020 23:15:47 +0000 (19:15 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 13 Mar 2020 23:15:47 +0000 (19:15 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospfd/ospf_nsm.c

index 58f087ca4f8821a17a1143e3edae28f0673cf0ed..9cd83c245c82f80387c02ebe69e0677781f96135 100644 (file)
@@ -731,7 +731,7 @@ static void nsm_change_state(struct ospf_neighbor *nbr, int state)
                        OSPF_DD_FLAG_I | OSPF_DD_FLAG_M | OSPF_DD_FLAG_MS;
                if (CHECK_FLAG(oi->ospf->config, OSPF_LOG_ADJACENCY_DETAIL))
                        zlog_info(
-                               "%s: Intializing [DD]: %s with seqnum:%x , flags:%x",
+                               "%s: Initializing [DD]: %s with seqnum:%x , flags:%x",
                                (oi->ospf->name) ? oi->ospf->name
                                                 : VRF_DEFAULT_NAME,
                                inet_ntoa(nbr->router_id), nbr->dd_seqnum,