From: ewlumpkin Date: Tue, 5 Oct 2021 03:05:42 +0000 (+0000) Subject: lib: fix spelling nits in command.h X-Git-Tag: base_8.1~4^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=81eb8fc749b8abd73857321bd9d64f2ead9f6ff5;p=matthieu%2Ffrr.git lib: fix spelling nits in command.h Signed-off-by: ewlumpkin --- diff --git a/lib/command_graph.h b/lib/command_graph.h index c20c9874c2..86157f872e 100644 --- a/lib/command_graph.h +++ b/lib/command_graph.h @@ -79,11 +79,11 @@ enum { CMD_ATTR_NORMAL, CMD_ATTR_YANG, }; -/* Comamand token struct. */ +/* Command token struct. */ struct cmd_token { enum cmd_token_type type; // token type uint8_t attr; // token attributes - bool allowrepeat; // matcher allowed to match token repetively? + bool allowrepeat; // matcher allowed to match token repetitively? uint32_t refcnt; char *text; // token text