From 898d21a4a407e83ee55648c741db573e12b793ff Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Tue, 8 Oct 2019 16:52:33 +0300 Subject: [PATCH] lib: fix typo Signed-off-by: Igor Ryzhov --- lib/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command.h b/lib/command.h index 137d3748a..d5dc129c7 100644 --- a/lib/command.h +++ b/lib/command.h @@ -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 \ -- 2.39.5