]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ospf6d: Correct spelling in debug
authorDonald Sharp <sharpd@nvidia.com>
Thu, 8 Jul 2021 18:52:19 +0000 (14:52 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 12 Jul 2021 11:24:16 +0000 (07:24 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospf6d/ospf6_interface.c

index 1e75fc60f68b7473af033e64a3c8fe5317400543..92c88623a0ec6d390c881439fb8686904a247934 100644 (file)
@@ -733,7 +733,7 @@ int interface_up(struct thread *thread)
        /* If no area assigned, return */
        if (oi->area == NULL) {
                zlog_warn(
-                       "%s: Not scheduleing Hello for %s as there is no area assigned yet",
+                       "%s: Not scheduling Hello for %s as there is no area assigned yet",
                        __func__, oi->interface->name);
                return 0;
        }