Skip to content
Snippets Groups Projects
Commit 23f3f759f832 authored by HonkingGoose's avatar HonkingGoose
Browse files

Fix spelling

parent b7d3dcde523d
No related branches found
No related tags found
No related merge requests found
...@@ -3523,7 +3523,7 @@ ...@@ -3523,7 +3523,7 @@
if (leading_blanks && (int)parser->mark.column < indent if (leading_blanks && (int)parser->mark.column < indent
&& IS_TAB(parser->buffer)) { && IS_TAB(parser->buffer)) {
yaml_parser_set_scanner_error(parser, "while scanning a plain scalar", yaml_parser_set_scanner_error(parser, "while scanning a plain scalar",
start_mark, "found a tab character that violate indentation"); start_mark, "found a tab character that violates indentation");
goto error; goto error;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment