diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-07-08 20:52:19 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-07-12 13:24:16 +0200 |
commit | 482467dc6a3041ab91fb7c2b46edee3a3d75abe4 (patch) | |
tree | a6f320ec2b6d53c6fa9184ee2d081e8e4d6fd288 /ospf6d | |
parent | Merge pull request #9004 from anlancs/fix-staticd-blackhole (diff) | |
download | frr-482467dc6a3041ab91fb7c2b46edee3a3d75abe4.tar.xz frr-482467dc6a3041ab91fb7c2b46edee3a3d75abe4.zip |
ospf6d: Correct spelling in debug
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospf6d')
-rw-r--r-- | ospf6d/ospf6_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index 1e75fc60f..92c88623a 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; } |