]> andersk Git - libyaml.git/commitdiff
Fix typo error
authorwhiteUnicorn <daehyun.baek1@gmail.com>
Sun, 20 May 2018 10:28:42 +0000 (19:28 +0900)
committerIngy döt Net <ingy@ingy.net>
Sat, 30 Jun 2018 21:47:34 +0000 (14:47 -0700)
nessesary to necessary

src/scanner.c

index 1ff262f164ed9ca8c0e48dfb2c57718af87be853..24e92c18fa1caba17d647a82059ec61038bc9a6d 100644 (file)
@@ -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,
This page took 0.161018 seconds and 5 git commands to generate.