diff options
| author | Mark Stapp <mjs.ietf@gmail.com> | 2024-08-15 14:42:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 14:42:11 -0400 |
| commit | fa50fde9541348e80bb2b4835f72db86362fa38e (patch) | |
| tree | 07cb328e799de1e3fc1b61327a9e78e89b20ecc9 /ospfd/ospf_vty.c | |
| parent | 4451f93d970c291da4efd569e86ddb06d3d769c2 (diff) | |
| parent | baa0a1df5b51160e9b6d4caebcdd2c72ecbbadc5 (diff) | |
Merge pull request #16590 from donaldsharp/spelling_in_master
*: Fix spelling errors found
Diffstat (limited to 'ospfd/ospf_vty.c')
| -rw-r--r-- | ospfd/ospf_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index 7a7a684dd6..bfb935b132 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -9846,7 +9846,7 @@ DEFPY(ip_ospf_prefix_suppression, ip_ospf_prefix_suppression_addr_cmd, "[no] ip ospf prefix-suppression [A.B.C.D]$ip_addr", NO_STR "IP Information\n" "OSPF interface commands\n" - "Supress OSPF prefix advertisement on this interface\n" + "Suppress OSPF prefix advertisement on this interface\n" "Address of interface\n") { VTY_DECLVAR_CONTEXT(interface, ifp); |
