]> git.proxmox.com Git - mirror_frr.git/commitdiff
lib: fix typo
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 8 Oct 2019 13:52:33 +0000 (16:52 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 8 Oct 2019 13:52:33 +0000 (16:52 +0300)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/command.h

index 137d3748ae86a49ed23bd3afa6ffacd2a38fb55a..d5dc129c72f5cdeb9cf7a58f5c4b53936e95b675 100644 (file)
@@ -412,7 +412,7 @@ struct cmd_node {
 #define NEIGHBOR_ADDR_STR2 "Neighbor address\nNeighbor IPv6 address\nInterface name or neighbor tag\n"
 #define NEIGHBOR_ADDR_STR3 "Neighbor address\nIPv6 address\nInterface name\n"
 
-/* Dameons lists */
+/* Daemons lists */
 #define DAEMONS_STR                                                            \
        "For the zebra daemon\nFor the rip daemon\nFor the ripng daemon\nFor the ospf daemon\nFor the ospfv6 daemon\nFor the bgp daemon\nFor the isis daemon\nFor the pbr daemon\nFor the fabricd daemon\nFor the pim daemon\nFor the static daemon\nFor the sharpd daemon\nFor the vrrpd daemon\n"
 #define DAEMONS_LIST                                                           \