This commit is contained in:
George Rodrigues
2022-06-01 04:49:05 -03:00
committed by GitHub
parent 612a9317b0
commit 6ab64aa5b7
28 changed files with 31 additions and 31 deletions

View File

@ -14,7 +14,7 @@
#include <yajl/yajl_gen.h>
/**
* Holds an intermediate represenation of the result of a call to any command.
* Holds an intermediate representation of the result of a call to any command.
* When calling parse_command("floating enable, border none"), the parser will
* internally use this struct when calling cmd_floating and cmd_border.
*/