From: whiteUnicorn Date: Sun, 20 May 2018 10:28:42 +0000 (+0900) Subject: Fix typo error X-Git-Tag: upstream/0.2.2^2~16 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/4657431277f14ae47a326c1b3ba3d610c88da5de?ds=inline Fix typo error nessesary to necessary --- diff --git a/src/scanner.c b/src/scanner.c index 1ff262f..24e92c1 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -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,