diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-07-13 11:51:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 11:51:15 +0300 |
| commit | f27a93364db093a1729d9cb80591b0d0a841d30b (patch) | |
| tree | 1ef08b8ea8839611c207b12e3682056a8d93cad5 /ospf6d/ospf6_interface.c | |
| parent | 507559a089a7ba539b90c4bb1cd0410a4b4b1345 (diff) | |
| parent | 482467dc6a3041ab91fb7c2b46edee3a3d75abe4 (diff) | |
Merge pull request #9029 from donaldsharp/ospfv3_stuff
ospf6d: Correct spelling in debug
Diffstat (limited to 'ospf6d/ospf6_interface.c')
| -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 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; } |
