]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ospfd: fix a couple of typos
authorckishimo <carles.kishimoto@gmail.com>
Tue, 24 Nov 2020 15:35:49 +0000 (07:35 -0800)
committerckishimo <carles.kishimoto@gmail.com>
Tue, 24 Nov 2020 15:35:49 +0000 (07:35 -0800)
Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
ospfd/ospf_vty.c
ospfd/ospfd.h

index 71dea80538e18aaa61cd1fc089ec2fec692c339a..30aa0b80e1cb5a5474afbd044a0e0ec2f2bb81d5 100644 (file)
@@ -583,7 +583,7 @@ DEFUN (ospf_network_area,
                        "Please remove all ip ospf area x.x.x.x commands first.\n");
                if (IS_DEBUG_OSPF_EVENT)
                        zlog_debug(
-                               "%s ospf vrf %s num of %u ip osp area x config",
+                               "%s ospf vrf %s num of %u ip ospf area x config",
                                __func__, ospf->name ? ospf->name : "NIL",
                                ospf->if_ospf_cli_count);
                return CMD_WARNING_CONFIG_FAILED;
index bdd09e1e766cb15398d4b3400ffcd608529ac25f..192e542815a9269aea583b27673d3520634a1b88 100644 (file)
@@ -303,7 +303,7 @@ struct ospf {
        uint32_t rx_lsa_count;
 
        /* Counter of "ip ospf area x.x.x.x" used
-        * for multual exclusion of network command under
+        * for mutual exclusion of network command under
         * router ospf or ip ospf area x under interface. */
        uint32_t if_ospf_cli_count;