ruby-changes:48242
From: kazu <ko1@a...>
Date: Sun, 22 Oct 2017 18:16:57 +0900 (JST)
Subject: [ruby-changes:48242] kazu:r60357 (trunk): Fix a typo [ci skip]
kazu 2017-10-22 18:16:51 +0900 (Sun, 22 Oct 2017) New Revision: 60357 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60357 Log: Fix a typo [ci skip] Modified files: trunk/ext/psych/yaml/scanner.c Index: ext/psych/yaml/scanner.c =================================================================== --- ext/psych/yaml/scanner.c (revision 60356) +++ ext/psych/yaml/scanner.c (revision 60357) @@ -1636,7 +1636,7 @@ yaml_parser_fetch_key(yaml_parser_t *par https://github.com/ruby/ruby/blob/trunk/ext/psych/yaml/scanner.c#L1636 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, -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/