mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Fix typo on error message
This commit is contained in:
2
parser.y
2
parser.y
@@ -230,7 +230,7 @@ Term "as" '$' IDENT '|' Exp {
|
|||||||
$$ = gen_cond($2, $4, $5);
|
$$ = gen_cond($2, $4, $5);
|
||||||
} |
|
} |
|
||||||
"if" Exp "then" error {
|
"if" Exp "then" error {
|
||||||
FAIL(@$, "Possibly unterminated 'if' statment");
|
FAIL(@$, "Possibly unterminated 'if' statement");
|
||||||
$$ = $2;
|
$$ = $2;
|
||||||
} |
|
} |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user