Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt authored and perlpunk committed Jun 6, 2019
1 parent 641adbf commit 567353c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/emitter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ yaml_emitter_select_scalar_style(yaml_emitter_t *emitter, yaml_event_t *event)
}

/*
* Write an achor.
* Write an anchor.
*/

static int
Expand Down
2 changes: 1 addition & 1 deletion src/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -3518,7 +3518,7 @@ yaml_parser_scan_plain_scalar(yaml_parser_t *parser, yaml_token_t *token)
{
if (IS_BLANK(parser->buffer))
{
/* Check for tab character that abuse indentation. */
/* Check for tab characters that abuse indentation. */

if (leading_blanks && (int)parser->mark.column < indent
&& IS_TAB(parser->buffer)) {
Expand Down

0 comments on commit 567353c

Please sign in to comment.