Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ yaml_parser_fetch_key(yaml_parser_t *parser)

if (!parser->flow_level)
{
/* Check if we are allowed to start a new key (not nessesary simple). */
/* Check if we are allowed to start a new key (not necessary simple). */

if (!parser->simple_key_allowed) {
return yaml_parser_set_scanner_error(parser, NULL, parser->mark,
Expand Down