From 53f5b8682317d8dbe9082d1eeab3cc0e1adbb34b Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 25 Jul 2019 09:53:58 +0200 Subject: Fix spelling --- src/scanner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/scanner.c b/src/scanner.c index 5d19eea..3fb99f8 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -3523,7 +3523,7 @@ yaml_parser_scan_plain_scalar(yaml_parser_t *parser, yaml_token_t *token) if (leading_blanks && (int)parser->mark.column < indent && IS_TAB(parser->buffer)) { 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; } -- cgit v1.2.1