diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 18:53:16 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 18:53:16 +0100 |
commit | 1461559c24b7c0c81c9c7fe7f21d806a9319e4d7 (patch) | |
tree | ed9406d876a95a121f0a39d9ae8ac05251df58b6 /ospfd/ospfd.c | |
parent | ospf6d: Fix spelling mistakes (diff) | |
download | frr-1461559c24b7c0c81c9c7fe7f21d806a9319e4d7.tar.xz frr-1461559c24b7c0c81c9c7fe7f21d806a9319e4d7.zip |
ospfd: Fix spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfd/ospfd.c')
-rw-r--r-- | ospfd/ospfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index e5f3eec60..b1bba9eb4 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -1089,7 +1089,7 @@ struct ospf_interface *add_ospf_interface(struct connected *co, ospf_ldp_sync_if_init(oi); /* - * if router_id is not configured, dont bring up + * if router_id is not configured, don't bring up * interfaces. * ospf_router_id_update() will call ospf_if_update * whenever r-id is configured instead. |