mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
Amend typos
This commit is contained in:
parent
1d3cbe9f27
commit
939c7b2d52
3 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ char **split_args(const char *start, int *argc) {
|
|||
bool in_token = false;
|
||||
bool in_string = false;
|
||||
bool in_char = false;
|
||||
bool in_brackets = false; // brackets are used for critera
|
||||
bool in_brackets = false; // brackets are used for criteria
|
||||
bool escaped = false;
|
||||
const char *end = start;
|
||||
if (start) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue