From 208d2a95f5cceeeec0f619e4700bb6971e41f677 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 22 Oct 2017 09:16:51 +0000 Subject: [PATCH] Fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/yaml/scanner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/psych/yaml/scanner.c b/ext/psych/yaml/scanner.c index 597281ec64..d8d90325e0 100644 --- a/ext/psych/yaml/scanner.c +++ b/ext/psych/yaml/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,