From 482467dc6a3041ab91fb7c2b46edee3a3d75abe4 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 8 Jul 2021 14:52:19 -0400 Subject: [PATCH] ospf6d: Correct spelling in debug Signed-off-by: Donald Sharp --- ospf6d/ospf6_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index 1e75fc60f6..92c88623a0 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c @@ -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; } -- 2.39.5