Skip to content
Snippets Groups Projects
Commit 8dc2352c8b52 authored by whiteUnicorn's avatar whiteUnicorn
Browse files

Fix typo error

nessesary to necessary
parent 60f08b9908df
No related branches found
No related tags found
No related merge requests found
...@@ -1636,7 +1636,7 @@ ...@@ -1636,7 +1636,7 @@
if (!parser->flow_level) 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) { if (!parser->simple_key_allowed) {
return yaml_parser_set_scanner_error(parser, NULL, parser->mark, return yaml_parser_set_scanner_error(parser, NULL, parser->mark,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment