Amend typos

This commit is contained in:
Jason 2019-11-23 19:38:15 +09:00 committed by Simon Ser
parent 1d3cbe9f27
commit 939c7b2d52
3 changed files with 3 additions and 3 deletions

View file

@ -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) {